From 55e638b22eccb89c9ff026fb8ba0801957ad1a42 Mon Sep 17 00:00:00 2001 From: relnev Date: Wed, 8 Jan 2003 13:03:38 +0000 Subject: minor cleanups git-svn-id: svn://svn.icculus.org/blackshades/trunk@50 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameDraw.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/GameDraw.cpp') diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index d117d41..83d712e 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -484,7 +484,7 @@ int Game::DrawGLScene(GLvoid) glColor4f(.3-sinefluct/20,.3-sinefluct/20,.3-sinefluct/20,1); - sprintf (string, "uDevGame 2002 Entry - Visit iDevGames.com for more games!", highscore); + sprintf (string, "uDevGame 2002 Entry - Visit iDevGames.com for more games!"); text.glPrint(500,750,string,1,.6,640,480); @@ -1757,9 +1757,11 @@ int Game::DrawGLScene(GLvoid) } + /* sprintf (string, ""); text.glPrint(10,80,string,0,.8,screenwidth,screenheight); + */ } -- cgit v1.2.3