]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameTick.cpp
Cleaned up console printing code, replaced global displaytext by local vars in Menu
[lugaru.git] / Source / GameTick.cpp
index 1ed3b8aae13015130bc6811a8408a4b8f18756ae..3b47a602470a4f399824c5ff306466c70e55e66f 100644 (file)
@@ -4490,10 +4490,6 @@ void Game::Tick()
     static XYZ facing, flatfacing;
     static int target;
 
-    for (int i = 0; i < 15; i++) {
-        displaytime[i] += multiplier;
-    }
-
     Input::Tick();
 
     if (Input::isKeyPressed(SDL_SCANCODE_F6)) {