summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-27 07:18:47 +0200
committerGitHub <noreply@github.com>2020-05-27 07:18:47 +0200
commitc06857019235f7483582cd8bbc8e63307de0bde6 (patch)
treef46b1801d031b59b97cf4365abf31ea831087dfd /src/core
parentMerge pull request #601 from Sergeanur/VC/audio3 (diff)
parentfix linux build (diff)
downloadre3-c06857019235f7483582cd8bbc8e63307de0bde6.tar
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.gz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.bz2
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.lz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.xz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.zst
re3-c06857019235f7483582cd8bbc8e63307de0bde6.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Stats.cpp3
-rw-r--r--src/core/Stats.h3
-rw-r--r--src/core/config.h2
3 files changed, 7 insertions, 1 deletions
diff --git a/src/core/Stats.cpp b/src/core/Stats.cpp
index 3f930d49..34fc41d1 100644
--- a/src/core/Stats.cpp
+++ b/src/core/Stats.cpp
@@ -4,6 +4,9 @@
#include "Text.h"
#include "World.h"
+//TODO
+int32 CStats::SeagullsKilled;
+
int32 CStats::DaysPassed;
int32 CStats::HeadsPopped;
int32 CStats::CommercialPassed;
diff --git a/src/core/Stats.h b/src/core/Stats.h
index 37987ae5..485bdccf 100644
--- a/src/core/Stats.h
+++ b/src/core/Stats.h
@@ -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;
diff --git a/src/core/config.h b/src/core/config.h
index ea31a3c8..42a9c5ff 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -206,7 +206,7 @@ enum Config {
#endif
// Particle
-//#define PC_PARTICLE
+#define PC_PARTICLE
//#define PS2_ALTERNATIVE_CARSPLASH // unused on PS2
// Pad