From 2e11d31bb56d84fc9e3e02f1088cf25f7fe56d0b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 25 Dec 2007 09:31:10 +0000 Subject: [PATCH] - Forgot to save p_acs.cpp before last commit. SVN r637 (trunk) --- src/p_acs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_acs.cpp b/src/p_acs.cpp index 99e362021..19d50bc00 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -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) {