- Forgot to save p_acs.cpp before last commit.

SVN r637 (trunk)
This commit is contained in:
Christoph Oelckers 2007-12-25 09:31:10 +00:00
parent 671cf5a888
commit 2e11d31bb5

View file

@ -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)
{