- fix executable compile errors

This commit is contained in:
Rachael Alexanderson 2024-04-16 23:26:43 -04:00
commit 73050bc169
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
2 changed files with 1 additions and 2 deletions

View file

@ -659,7 +659,6 @@ void FStartScreen::Render(bool force)
auto nowtime = I_msTime();
// Do not refresh too often. This function gets called a lot more frequently than the screen can update.
if (nowtime - screen->FrameTime > minwaittime || force)
#endif
{
screen->FrameTime = nowtime;
screen->FrameTimeNS = I_nsTime();