Skirmish AI and start locations now work correctly. Enabled debug keys.

This commit is contained in:
Justin Marshall
2020-06-06 15:59:29 -07:00
parent a5d5359e16
commit 26df6c8074
9 changed files with 150 additions and 186 deletions
+3 -3
View File
@@ -199,9 +199,9 @@ bool Init_Game(int , char * [])
** compile flags indicate.
*/
#ifdef CHEAT_KEYS
if (Processor() >= 2) {
Benches = new Benchmark [BENCH_COUNT];
}
//if (Processor() >= 2) {
// Benches = new Benchmark [BENCH_COUNT];
//}
#endif
/*