mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Skirmish AI and start locations now work correctly. Enabled debug keys.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user