mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 02:30:46 +00:00
PCExhumed: Remove unused moveTimer variable from menu_DrawTheMap
(minor addition to world map code fixes and tidying from Oct 14). # Conflicts: # source/exhumed/src/menu.cpp
This commit is contained in:
parent
bb020c15f1
commit
86503338ec
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue