mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 23:24:09 +00:00
commit
c068570192
15 changed files with 1147 additions and 500 deletions
|
@ -4,6 +4,9 @@
|
|||
#include "Text.h"
|
||||
#include "World.h"
|
||||
|
||||
//TODO
|
||||
int32 CStats::SeagullsKilled;
|
||||
|
||||
int32 CStats::DaysPassed;
|
||||
int32 CStats::HeadsPopped;
|
||||
int32 CStats::CommercialPassed;
|
||||
|
|
|
@ -9,6 +9,9 @@ public:
|
|||
TOTAL_FASTEST_TIMES = 16,
|
||||
TOTAL_HIGHEST_SCORES = 16
|
||||
};
|
||||
//TODO
|
||||
static int32 SeagullsKilled;
|
||||
|
||||
static int32 DaysPassed;
|
||||
static int32 HeadsPopped;
|
||||
static int32 CommercialPassed;
|
||||
|
|
|
@ -206,7 +206,7 @@ enum Config {
|
|||
#endif
|
||||
|
||||
// Particle
|
||||
//#define PC_PARTICLE
|
||||
#define PC_PARTICLE
|
||||
//#define PS2_ALTERNATIVE_CARSPLASH // unused on PS2
|
||||
|
||||
// Pad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue