mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
-Fixed PCD_DROP affecting script result value.
This commit is contained in:
parent
b613db4ae5
commit
98bdbb1ad8
1 changed files with 1 additions and 1 deletions
|
@ -7274,9 +7274,9 @@ int DLevelScript::RunScript ()
|
|||
sp--;
|
||||
break;
|
||||
|
||||
case PCD_DROP:
|
||||
case PCD_SETRESULTVALUE:
|
||||
resultValue = STACK(1);
|
||||
case PCD_DROP: //fall through.
|
||||
sp--;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue