From 8e0d34795fc78f82e342918c0738236c940865a3 Mon Sep 17 00:00:00 2001 From: relnev Date: Wed, 8 Jan 2003 12:25:14 +0000 Subject: missing returns are cool. git-svn-id: svn://svn.icculus.org/blackshades/trunk@48 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameDraw.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/GameDraw.cpp') diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index ce45479..d117d41 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -1763,5 +1763,6 @@ int Game::DrawGLScene(GLvoid) } + return 1; } -- cgit v1.2.3