Make placeholder for vote screen gametype color yellowmap[0] instead of 255 cyan

This commit is contained in:
toaster 2023-01-01 14:54:58 +00:00
parent 42a6b03e48
commit d5cd4f6798

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 = 255; // TODO rewrite vote screen
levelinfo[i].gtc = yellowmap[0]; // TODO rewrite vote screen
if (i == 2 && votelevels[i][1] != votelevels[0][1])
levelinfo[i].gts = gametypes[votelevels[i][1]]->name;
else