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
2 merge requests!985Shaders next merge,!937GCC 10 compiling fixes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment