mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 07:08:13 +00:00
rubbish done
This commit is contained in:
@ -61,6 +61,7 @@ int32 CStats::FastestTimes[CStats::TOTAL_FASTEST_TIMES];
|
||||
int32 CStats::HighestScores[CStats::TOTAL_HIGHEST_SCORES];
|
||||
int32 CStats::BestPositions[CStats::TOTAL_BEST_POSITIONS];
|
||||
int32 CStats::PropertyDestroyed;
|
||||
int32 CStats::PamphletMissionPassed;
|
||||
|
||||
int32 CStats::Sprayings;
|
||||
float CStats::AutoPaintingBudget;
|
||||
|
@ -65,6 +65,7 @@ public:
|
||||
static int32 HighestScores[TOTAL_HIGHEST_SCORES];
|
||||
static int32 BestPositions[TOTAL_BEST_POSITIONS];
|
||||
static int32 PropertyDestroyed;
|
||||
static int32 PamphletMissionPassed;
|
||||
static int32 Sprayings;
|
||||
static float AutoPaintingBudget;
|
||||
static int32 NoMoreHurricanes;
|
||||
|
Reference in New Issue
Block a user