SCENERIO_EDITOR now compiles.

This commit is contained in:
Justin Marshall
2020-06-05 18:49:43 -07:00
parent d223adebd7
commit ca2e5bc7e6
17 changed files with 1614 additions and 1584 deletions
+1 -1
View File
@@ -3591,7 +3591,7 @@ static void Init_Keys(void)
FastKey = ini.Get_PKey(true);
#ifdef SCENARIO_EDITOR
SlowKey = ini.Get_PKey(false);
//SlowKey = ini.Get_PKey(false);
#endif
}