- allow linefeed before braces starting a compound state action definition.

This commit is contained in:
Christoph Oelckers 2015-05-02 22:57:29 +02:00
parent 48ae605b7d
commit 99fc685a01
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ do_stop:
state.TicRange = 0; state.TicRange = 0;
} }
while (sc.GetString() && !sc.Crossed) while (sc.GetString() && (!sc.Crossed || sc.Compare("{")))
{ {
if (sc.Compare("BRIGHT")) if (sc.Compare("BRIGHT"))
{ {