mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
added missing extern keyword for ntemprecords in doomstat.h (definition is in g_game.c)
This commit is contained in:
parent
be0e7e63bf
commit
86e2053dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue