diff --git a/src/playsim/p_acs.cpp b/src/playsim/p_acs.cpp index 127707906ee..650de575544 100644 --- a/src/playsim/p_acs.cpp +++ b/src/playsim/p_acs.cpp @@ -8601,7 +8601,7 @@ int DLevelScript::RunScript() lookup = Level->Behaviors.LookupString (STACK(1)); if (lookup != NULL) { - int key1 = 0, key2 = 0; + int key1, key2; Bindings.GetKeysForCommand ((char *)lookup, &key1, &key2);