summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-23 23:45:16 +0200
committerGitHub <noreply@github.com>2019-10-23 23:45:16 +0200
commitd61430fbba8436fb93408995c7961929ee67fc77 (patch)
treedbc6880cd876a735209c7c3daa9a912a6a0e9dcf /src/core
parentMerge pull request #252 from Sergeanur/MessagesPagerText (diff)
parentChanged math functions (diff)
downloadre3-d61430fbba8436fb93408995c7961929ee67fc77.tar
re3-d61430fbba8436fb93408995c7961929ee67fc77.tar.gz
re3-d61430fbba8436fb93408995c7961929ee67fc77.tar.bz2
re3-d61430fbba8436fb93408995c7961929ee67fc77.tar.lz
re3-d61430fbba8436fb93408995c7961929ee67fc77.tar.xz
re3-d61430fbba8436fb93408995c7961929ee67fc77.tar.zst
re3-d61430fbba8436fb93408995c7961929ee67fc77.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/FileLoader.h2
-rw-r--r--src/core/config.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/FileLoader.h b/src/core/FileLoader.h
index c3f5fe52..7ef96da3 100644
--- a/src/core/FileLoader.h
+++ b/src/core/FileLoader.h
@@ -9,7 +9,7 @@ public:
static char *LoadLine(int fd);
static RwTexDictionary *LoadTexDictionary(const char *filename);
static void LoadCollisionFile(const char *filename);
- static void LoadCollisionModel(uint8 *buf, CColModel &model, char *name);
+ static void LoadCollisionModel(uint8 *buf, struct CColModel &model, char *name);
static void LoadModelFile(const char *filename);
static RpAtomic *FindRelatedModelInfoCB(RpAtomic *atomic, void *data);
static void LoadClumpFile(const char *filename);
diff --git a/src/core/config.h b/src/core/config.h
index 08ddd007..12cb7be8 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -67,6 +67,7 @@ enum Config {
NUMANTENNAS = 8,
NUMCORONAS = 56,
NUMPOINTLIGHTS = 32,
+ NUM3DMARKERS = 32,
NUMMONEYMESSAGES = 16,
NUMPICKUPMESSAGES = 16,