-Fixed PCD_DROP affecting script result value.

This commit is contained in:
ZzZombo 2015-09-19 09:40:19 +08:00
parent b613db4ae5
commit 98bdbb1ad8

View file

@ -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;