mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
17 lines
285 B
Text
17 lines
285 B
Text
|
|
||
|
actor 1890 1
|
||
|
// The following "else { if" must not be translated to an "elseif".
|
||
|
ifcount 1 nullop else
|
||
|
{
|
||
|
ifvare 0 0
|
||
|
spawn 1
|
||
|
else
|
||
|
spawn 2
|
||
|
|
||
|
ifvare 1 1
|
||
|
spawn 3
|
||
|
else ifvare 1 2
|
||
|
spawn 4
|
||
|
}
|
||
|
enda
|