mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-04-08 11:37:07 +00:00
Fixed parameterless functions failing to parse before colons
This commit is contained in:
parent
46b0009a33
commit
d4e09ded5d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user