mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 00:41:16 +00:00
Fix replaying guest demos
This commit is contained in:
parent
2282beec32
commit
424a62c3cc
1 changed files with 1 additions and 3 deletions
|
|
@ -6851,9 +6851,7 @@ static void M_ReplayTimeAttack(INT32 choice)
|
|||
case 2: // last
|
||||
which = "last";
|
||||
break;
|
||||
case 3: // best staff
|
||||
return; // M_HandleStaffReplay
|
||||
case 4: // guest
|
||||
case 3: // guest
|
||||
// srb2/replay/main/map01-guest.lmp
|
||||
G_DoPlayDemo(va("%s"PATHSEP"replay"PATHSEP"%s"PATHSEP"%s-guest.lmp", srb2home, timeattackfolder, G_BuildMapName(cv_nextmap.value)));
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue