mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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
|
case 2: // last
|
||||||
which = "last";
|
which = "last";
|
||||||
break;
|
break;
|
||||||
case 3: // best staff
|
case 3: // guest
|
||||||
return; // M_HandleStaffReplay
|
|
||||||
case 4: // guest
|
|
||||||
// srb2/replay/main/map01-guest.lmp
|
// 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)));
|
G_DoPlayDemo(va("%s"PATHSEP"replay"PATHSEP"%s"PATHSEP"%s-guest.lmp", srb2home, timeattackfolder, G_BuildMapName(cv_nextmap.value)));
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue