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:
@@ -295,7 +295,7 @@ typedef struct
|
|||||||
// Also used in full-game to detect if a STARSHIP is an escort
|
// Also used in full-game to detect if a STARSHIP is an escort
|
||||||
// or the flagship (captains_name_index == 0)
|
// or the flagship (captains_name_index == 0)
|
||||||
|
|
||||||
BYTE crew_level;
|
COUNT crew_level;
|
||||||
// In full-game battles: crew left
|
// In full-game battles: crew left
|
||||||
// In SuperMelee: irrelevant
|
// In SuperMelee: irrelevant
|
||||||
COUNT max_crew;
|
COUNT max_crew;
|
||||||
|
|||||||
Reference in New Issue
Block a user