diff --git a/source/exhumed/src/menu.cpp b/source/exhumed/src/menu.cpp index 56929e5d1..f6a9a791d 100644 --- a/source/exhumed/src/menu.cpp +++ b/source/exhumed/src/menu.cpp @@ -692,8 +692,6 @@ int menu_DrawTheMap(int nLevel, int nLevelNew, int nLevelBest) startTime = (int)totalclock; } - int moveTimer = (int)totalclock; - int tileY = curYPos; // Draw the background screens @@ -763,7 +761,6 @@ int menu_DrawTheMap(int nLevel, int nLevelNew, int nLevelBest) { bFadeDone = kTrue; FadeIn(); - moveTimer = (int)totalclock; } if (curYPos == destYPos) @@ -825,8 +822,6 @@ int menu_DrawTheMap(int nLevel, int nLevelNew, int nLevelBest) runtimer = (int)totalclock; } - //curYPos += var_2C * (((int)totalclock - moveTimer) / 2); - if (inputState.CheckAllInput()) { if (var_2C < 8) {