]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameDraw.cpp
Fixed a few parentheses
[lugaru.git] / Source / GameDraw.cpp
index c569a763fcb422f538ddaddc944c2656f50c2871..7ec4b65f92e0b06dab62265df3abefd0627efd32 100644 (file)
@@ -1554,7 +1554,7 @@ int Game::DrawGLScene(StereoSide side)
                 offset = consoleselected - 60;
             textmono->glPrint(10, 30, " ]", 0, 1, 1024, 768);
             if (consoleblink) {
-                textmono->glPrint(30 + (float)(consoleselected) * 10 - offset * 10, 30, "_", 0, 1, 1024, 768);
+                textmono->glPrint(30 + (float)consoleselected * 10 - offset * 10, 30, "_", 0, 1, 1024, 768);
             }
             for (unsigned i = 0; i < 15; i++) {
                 textmono->glPrint(30 - offset * 10, 30 + i * 20, consoletext[i], 0, 1, 1024, 768);