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
+5 -5
View File
@@ -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
/**********************************************************************