Fix yellowmap not being included

Was going to `#include "console.h"` but not worth it for literally one placeholder index
This commit is contained in:
toaster 2023-01-01 16:02:55 +00:00
parent a020ea86c8
commit 8f78b37e57

View file

@ -1550,7 +1550,7 @@ void Y_StartVote(void)
levelinfo[i].str[sizeof levelinfo[i].str - 1] = '\0';
// set up the gtc and gts
levelinfo[i].gtc = yellowmap[0]; // TODO rewrite vote screen
levelinfo[i].gtc = 73; // yellowmap[0] -- TODO rewrite vote screen
if (i == 2 && votelevels[i][1] != votelevels[0][1])
levelinfo[i].gts = gametypes[votelevels[i][1]]->name;
else