diff options
Diffstat (limited to 'Source/GameDraw.cpp')
| -rw-r--r-- | Source/GameDraw.cpp | 2 |
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) { |
