From 664fb0222910838624b3416c4bbdf1673e64a816 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 4 Mar 2023 13:32:06 -0500 Subject: [PATCH] Remove exitlevel wonround Don't care enough to fix it right now. --- src/d_netcmd.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 40d020700..54ebdcebd 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -5364,12 +5364,6 @@ static void Got_ExitLevelcmd(UINT8 **cp, INT32 playernum) return; } - if (grandprixinfo.gp == true) - { - // This is already a cheat command. - grandprixinfo.wonround = true; - } - G_ExitLevel(); }