summaryrefslogtreecommitdiffstats
path: root/src/render/WaterLevel.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-13 00:18:34 +0100
committerwithmorten <morten.with@gmail.com>2021-01-13 00:18:34 +0100
commitc210e1bae653a51b1d5d6fda4098c74448a83fa3 (patch)
tree9067cf85290da82ace5d7b05676f532ceaa4100e /src/render/WaterLevel.h
parentfix CreateInstance virtual overload order (diff)
downloadre3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar.gz
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar.bz2
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar.lz
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar.xz
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.tar.zst
re3-c210e1bae653a51b1d5d6fda4098c74448a83fa3.zip
Diffstat (limited to '')
-rw-r--r--src/render/WaterLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/WaterLevel.h b/src/render/WaterLevel.h
index cf3537ae..b797f251 100644
--- a/src/render/WaterLevel.h
+++ b/src/render/WaterLevel.h
@@ -79,7 +79,7 @@ class CWaterLevel
static int16 nGeomUsed;
public:
- static void Initialise(Const char *pWaterDat);
+ static void Initialise(Const char *pWaterDat); // out of class in III PC and later because of SecuROM
static void Shutdown();
static void CreateWavyAtomic();
static void DestroyWavyAtomic();