mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- fixed duplicate symbol error on macOS
This commit is contained in:
parent
2f05a93547
commit
7684f9e3e6
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
|||
#include "printf.h"
|
||||
#include "i_time.h"
|
||||
#include "d_ticcmd.h"
|
||||
#include "m_random.h"
|
||||
|
||||
extern bool pauseext;
|
||||
extern int gametic;
|
||||
|
@ -61,7 +62,6 @@ int Net_Arbitrator;
|
|||
bool playeringame[MAXPLAYERS] = { true }; // as long as network isn't working - true for the first player, false for all others.
|
||||
bool singletics;
|
||||
char* startmap;
|
||||
int rngseed;
|
||||
bool autostart;
|
||||
bool usergame;
|
||||
void D_ReadUserInfoStrings(int, uint8_t**, bool) {}
|
||||
|
|
Loading…
Reference in a new issue