summaryrefslogtreecommitdiffstats
path: root/src/ParticleMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParticleMgr.cpp')
-rw-r--r--src/ParticleMgr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ParticleMgr.cpp b/src/ParticleMgr.cpp
index e4b3c7e5..d259c4b4 100644
--- a/src/ParticleMgr.cpp
+++ b/src/ParticleMgr.cpp
@@ -3,11 +3,12 @@
#include "FileMgr.h"
#include "ParticleMgr.h"
+_TODO("work_buff");
UInt8 work_buff[55000];
cParticleSystemMgr mod_ParticleSystemManager;
-const char *ParticleFilename = "PARTICLE.CFG";
+const Char *ParticleFilename = "PARTICLE.CFG";
//cParticleSystemMgr::cParticleSystemMgr()
void cParticleSystemMgr::ctor()