Skip to content
Snippets Groups Projects
Commit 8c88c3db authored by Monster Iestyn's avatar Monster Iestyn
Browse files

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

parent 064f4bcf
No related branches found
No related tags found
No related merge requests found
...@@ -545,7 +545,7 @@ extern recorddata_t *mainrecords[NUMMAPS]; ...@@ -545,7 +545,7 @@ extern recorddata_t *mainrecords[NUMMAPS];
extern UINT8 mapvisited[NUMMAPS]; extern UINT8 mapvisited[NUMMAPS];
// Temporary holding place for nights data for the current map // 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 token; ///< Number of tokens collected in a level
extern UINT32 tokenlist; ///< List of tokens collected extern UINT32 tokenlist; ///< List of tokens collected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment