mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Restore refreshdirmenu = 0 line that was removed
Fixes the "file was loaded with error" semi-softlock
This commit is contained in:
parent
cb393a87f5
commit
7255690482
1 changed files with 2 additions and 0 deletions
|
|
@ -774,6 +774,8 @@ void D_SRB2Loop(void)
|
||||||
realtics = entertic - oldentertics;
|
realtics = entertic - oldentertics;
|
||||||
oldentertics = entertic;
|
oldentertics = entertic;
|
||||||
|
|
||||||
|
refreshdirmenu = 0; // not sure where to put this, here as good as any?
|
||||||
|
|
||||||
if (demo.playback && gamestate == GS_LEVEL)
|
if (demo.playback && gamestate == GS_LEVEL)
|
||||||
{
|
{
|
||||||
// Nicer place to put this.
|
// Nicer place to put this.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue