Change strategic enemy amounts to UINT16

This commit is contained in:
Asdow
2024-11-10 22:02:46 +02:00
parent d9edc9362b
commit 0089e0a640
11 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
#define DIR_SOUTH 2
#define DIR_WEST 3
UINT8 gpAttackDirs[5][4]; // 0. Green Militia 1. Regular Militia 2. Elite Militia 3. Insertion code
UINT16 gpAttackDirs[5][4]; // 0. Green Militia 1. Regular Militia 2. Elite Militia 3. Insertion code
UINT8 guiDirNumber = 0;
BOOLEAN gfMSBattle = FALSE;