Fix another whoopsie!

This commit is contained in:
toaster 2018-07-01 20:03:01 +01:00
parent e4ec7e1567
commit d4556cfe25

View file

@ -1588,7 +1588,6 @@ inline static void M_GetGametypeColor(void)
if (gt == GT_RACE) if (gt == GT_RACE)
{ {
highlightflags = V_SKYMAP; highlightflags = V_SKYMAP;
recommendedflags = V_SKYMAP;
return; return;
} }