mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make placeholder for vote screen gametype color yellowmap[0] instead of 255 cyan
This commit is contained in:
parent
42a6b03e48
commit
d5cd4f6798
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue