mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- properly increment the instruction pointer in 'endofgame'.
This made the bosses disappear after death, fixes #38
This commit is contained in:
parent
102f473821
commit
530debd24b
1 changed files with 1 additions and 0 deletions
|
@ -670,6 +670,7 @@ int ParseState::parse(void)
|
|||
insptr++;
|
||||
break;
|
||||
case concmd_endofgame:
|
||||
insptr++;
|
||||
ps[g_p].timebeforeexit = *insptr;
|
||||
ps[g_p].customexitsound = -1;
|
||||
ud.eog = 1;
|
||||
|
|
Loading…
Reference in a new issue