diff --git a/src/d_main.c b/src/d_main.c
index 206fd065387bd60c53845ef199f116cd6f44fba7..0183901447e9b55cee77d7b53017f2b9d30870d6 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -821,9 +821,9 @@ void D_StartTitle(void)
 	F_StartTitleScreen();
 	CON_ToggleOff();
 
-	// Reset the palette
-	if (rendermode != render_none)
-		V_SetPaletteLump("PLAYPAL");
+	// Reset the palette -- SRB2Kart: actually never mind let's do this in the middle of every fade
+	/*if (rendermode != render_none)
+		V_SetPaletteLump("PLAYPAL");*/
 }
 
 //