mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Blood: removed redundant STAT_Update call in StartLevel.
This was killing the level times for the 'printstats' display.
This commit is contained in:
parent
a29303cde5
commit
adf9747e5b
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ void StartLevel(MapRecord* level, bool newgame)
|
|||
if (!level) return;
|
||||
gFrameCount = 0;
|
||||
PlayClock = 0;
|
||||
STAT_Update(0);
|
||||
EndLevel();
|
||||
inputState.ClearAllInput();
|
||||
currentLevel = level;
|
||||
|
|
Loading…
Reference in a new issue