diff --git a/src/doomstat.h b/src/doomstat.h index 3784145f..34456b32 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -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; diff --git a/src/g_game.h b/src/g_game.h index e29d4bbe..6a9014ea 100644 --- a/src/g_game.h +++ b/src/g_game.h @@ -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