This commit is contained in:
TehRealSalt 2018-11-26 04:28:39 -05:00
parent 478f895ea0
commit e59a675eb3
2 changed files with 1 additions and 2 deletions

View File

@ -467,7 +467,6 @@ extern boolean comebackshowninfo;
extern tic_t curlap, bestlap;
extern INT16 votelevels[5][2];
extern INT16 votebuffer[5];
extern SINT8 votes[MAXPLAYERS];
extern SINT8 pickedvote;

View File

@ -255,7 +255,7 @@ FUNCMATH INT32 G_TicsToMilliseconds(tic_t tics);
// Don't split up TOL handling
INT16 G_TOLFlag(INT32 pgametype);
INT16 G_RandMap(INT16 tolflags, INT16 pprevmap, boolean ignorebuffer, UINT8 maphell, boolean callagainsoon, INT16 votebuffer[5]);
INT16 G_RandMap(INT16 tolflags, INT16 pprevmap, boolean ignorebuffer, UINT8 maphell, boolean callagainsoon, INT16 *extbuffer);
void G_AddMapToBuffer(INT16 map);
#endif