- removed useless initializations in binds printing ACS code

variables are initialized by FKeyBindings::GetKeysForCommand() anyway
This commit is contained in:
alexey.lysiuk 2021-04-19 18:05:52 +03:00
parent e24ff0ac9c
commit de0361842f

View file

@ -8601,7 +8601,7 @@ scriptwait:
lookup = Level->Behaviors.LookupString (STACK(1));
if (lookup != NULL)
{
int key1 = 0, key2 = 0;
int key1, key2;
Bindings.GetKeysForCommand ((char *)lookup, &key1, &key2);