mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Fixed missing break in PCD_GETPLAYERINFO
SVN r342 (trunk)
This commit is contained in:
parent
a3f39c3789
commit
299380f990
1 changed files with 1 additions and 0 deletions
|
@ -4926,6 +4926,7 @@ int DLevelScript::RunScript ()
|
|||
}
|
||||
}
|
||||
sp -= 1;
|
||||
break;
|
||||
|
||||
case PCD_CHANGELEVEL:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue