mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Forgot to save p_acs.cpp before last commit.
SVN r637 (trunk)
This commit is contained in:
parent
671cf5a888
commit
2e11d31bb5
1 changed files with 1 additions and 1 deletions
|
@ -4383,7 +4383,7 @@ int DLevelScript::RunScript ()
|
|||
|
||||
case PCD_USEACTORINVENTORY:
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
const char *type = FBehavior::StaticLookupString(STACK(1));
|
||||
if (STACK(2) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue