mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
GENERAL_SAVE_INFO members to SoldierID
This commit is contained in:
+9
-9
@@ -19,14 +19,14 @@ enum DisqualificationReasons
|
||||
BAD_ATTACK
|
||||
} ;
|
||||
|
||||
extern INT32 gsBoxerGridNo[ NUM_BOXERS ];
|
||||
extern UINT16 gubBoxerID[ NUM_BOXERS ];
|
||||
extern BOOLEAN gfBoxerFought[ NUM_BOXERS ];
|
||||
extern INT8 gbBoxingState;
|
||||
extern BOOLEAN gfLastBoxingMatchWonByPlayer;
|
||||
extern UINT8 gubBoxingMatchesWon;
|
||||
extern UINT8 gubBoxersRests;
|
||||
extern BOOLEAN gfBoxersResting;
|
||||
extern INT32 gsBoxerGridNo[ NUM_BOXERS ];
|
||||
extern SoldierID gubBoxerID[ NUM_BOXERS ];
|
||||
extern BOOLEAN gfBoxerFought[ NUM_BOXERS ];
|
||||
extern INT8 gbBoxingState;
|
||||
extern BOOLEAN gfLastBoxingMatchWonByPlayer;
|
||||
extern UINT8 gubBoxingMatchesWon;
|
||||
extern UINT8 gubBoxersRests;
|
||||
extern BOOLEAN gfBoxersResting;
|
||||
|
||||
extern void BoxingPlayerDisqualified( SOLDIERTYPE * pOffender, INT8 bReason );
|
||||
extern BOOLEAN PickABoxer( void );
|
||||
@@ -43,4 +43,4 @@ extern BOOLEAN BoxerExists( void );
|
||||
extern UINT8 CountPeopleInBoxingRing( void );
|
||||
extern void ClearAllBoxerFlags( void );
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user