aboutsummaryrefslogtreecommitdiff
path: root/Source/GameDraw.cpp
diff options
context:
space:
mode:
authorzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2007-06-13 20:46:58 +0000
committerzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2007-06-13 20:46:58 +0000
commit76ec0c3729dc9e8808a5db339148ad7454105537 (patch)
tree888cbed19be7fa1fba1a7214de63190da86ed777 /Source/GameDraw.cpp
parent78ba0f4192731351b27fa7784400e49c59cd127d (diff)
downloadblackshades-76ec0c3729dc9e8808a5db339148ad7454105537.tar.gz
Patch from nyhm of gentoo for gcc 4.2 support.
git-svn-id: svn://svn.icculus.org/blackshades/trunk@106 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/GameDraw.cpp')
-rw-r--r--Source/GameDraw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp
index 83d712e..c79d87e 100644
--- a/Source/GameDraw.cpp
+++ b/Source/GameDraw.cpp
@@ -36,7 +36,7 @@ extern Decals decals;
/*********************> DrawGLScene() <*****/
-int Game::DrawGLScene(GLvoid)
+int Game::DrawGLScene(void)
{