mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Fix replaying guest demos
This commit is contained in:
parent
5ccfc111e8
commit
390d2b4114
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…
Reference in a new issue