Fixed parameterless functions failing to parse before colons

This commit is contained in:
blondie7575 2017-12-24 09:08:32 -07:00
parent 46b0009a33
commit d4e09ded5d

View File

@ -92,6 +92,8 @@ WGAmpersand_parseLoop:
beq WGAmpersand_matchStart ; Check for end-of-statement (CHRGET handles : and EOL)
cmp #'('
beq WGAmpersand_matchStart
cmp #':'
beq WGAmpersand_matchStart
sta WGAmpersandCommandBuffer,y