mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-19 17:44:13 +02:00
Skirmish AI and start locations now work correctly. Enabled debug keys.
This commit is contained in:
+5
-5
@@ -2812,13 +2812,13 @@ typedef enum BenchType : unsigned char {
|
||||
} BenchType;
|
||||
|
||||
|
||||
#ifdef CHEAT_KEYS
|
||||
#define BStart(a) if (Benches != NULL) Benches[a].Begin()
|
||||
#define BEnd(a) if (Benches != NULL) Benches[a].End()
|
||||
#else
|
||||
//#ifdef CHEAT_KEYS
|
||||
//#define BStart(a) if (Benches != NULL) Benches[a].Begin()
|
||||
//#define BEnd(a) if (Benches != NULL) Benches[a].End()
|
||||
//#else
|
||||
#define BStart(a)
|
||||
#define BEnd(a)
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user