added missing extern keyword for ntemprecords in doomstat.h (definition is in g_game.c)

This commit is contained in:
Monster Iestyn 2020-05-12 18:43:49 +01:00
parent 064f4bcf34
commit 8c88c3dbb4
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ extern recorddata_t *mainrecords[NUMMAPS];
extern UINT8 mapvisited[NUMMAPS];
// Temporary holding place for nights data for the current map
nightsdata_t ntemprecords;
extern nightsdata_t ntemprecords;
extern UINT32 token; ///< Number of tokens collected in a level
extern UINT32 tokenlist; ///< List of tokens collected