mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-18 10:21:42 +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;
|
state.TicRange = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (sc.GetString() && !sc.Crossed)
|
while (sc.GetString() && (!sc.Crossed || sc.Compare("{")))
|
||||||
{
|
{
|
||||||
if (sc.Compare("BRIGHT"))
|
if (sc.Compare("BRIGHT"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue