Oops, crew_level should not be a BYTE

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2778 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2007-06-21 19:58:44 +00:00
parent c936b86268
commit c6d5e9f164
+1 -1
View File
@@ -295,7 +295,7 @@ typedef struct
// Also used in full-game to detect if a STARSHIP is an escort
// or the flagship (captains_name_index == 0)
BYTE crew_level;
COUNT crew_level;
// In full-game battles: crew left
// In SuperMelee: irrelevant
COUNT max_crew;