summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-05-21 21:03:45 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2020-05-21 21:03:45 +0200
commit6d53d0b217992c8b2d4920f3e65f3db0ae287530 (patch)
tree1c5f0236f48fdf01155dc69d12fb3a1eecc22445 /src
parent7830584796ff4d7c11efadae3956b6c22d07c3d6 (diff)
Remove stub definition for WaterFallBase
It’s defined in opengl.c and gcc≥10 rejects multiple definitions.
Diffstat (limited to 'src')
-rw-r--r--src/stubs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 714fd7f..0ebc338 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -109,7 +109,6 @@ void ReloadImageIntoD3DImmediateSurface(IMAGEHEADER* iheader)
int NumberOfLandscapePolygons;
int FMVParticleColour;
int WireFrameMode;
-int WaterFallBase;
void InitDrawTest()
{