diff options
author | withmorten <morten.with@gmail.com> | 2021-01-13 00:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 00:21:20 +0100 |
commit | 005ddf26c1ccfc0f36d26258189b95a1fe7f5b34 (patch) | |
tree | d10c3b32c3e121138ff620d34d4b0e70db6ac7ab /src/render/WaterLevel.h | |
parent | Fix (diff) | |
parent | move stuff back into class; securom comments (diff) | |
download | re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar.gz re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar.bz2 re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar.lz re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar.xz re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.tar.zst re3-005ddf26c1ccfc0f36d26258189b95a1fe7f5b34.zip |
Diffstat (limited to 'src/render/WaterLevel.h')
-rw-r--r-- | src/render/WaterLevel.h | 2 |
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(); |