Restore refreshdirmenu = 0 line that was removed

Fixes the "file was loaded with error" semi-softlock
This commit is contained in:
SteelT 2022-05-08 12:32:45 -04:00
parent cb393a87f5
commit 7255690482

View file

@ -774,6 +774,8 @@ void D_SRB2Loop(void)
realtics = entertic - oldentertics;
oldentertics = entertic;
refreshdirmenu = 0; // not sure where to put this, here as good as any?
if (demo.playback && gamestate == GS_LEVEL)
{
// Nicer place to put this.