diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 47d272caf..2e2a1bc9a 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -6078,6 +6078,9 @@ static void Got_Cheat(const UINT8 **cp, INT32 playernum) } P_MapEnd(); + player->pflags |= PF_TRUSTWAYPOINTS; + player->bigwaypointgap = 0; + S_StartSound(player->mo, sfx_mixup); }