mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 15:44:24 +00:00
- allow linefeed before braces starting a compound state action definition.
This commit is contained in:
parent
48ae605b7d
commit
99fc685a01
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ do_stop:
|
|||
state.TicRange = 0;
|
||||
}
|
||||
|
||||
while (sc.GetString() && !sc.Crossed)
|
||||
while (sc.GetString() && (!sc.Crossed || sc.Compare("{")))
|
||||
{
|
||||
if (sc.Compare("BRIGHT"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue