mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
a020ea86c8
commit
8f78b37e57
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 = 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue