- fixed duplicate symbol error on macOS

This commit is contained in:
Christoph Oelckers 2020-08-31 00:15:48 +02:00
parent 2f05a93547
commit 7684f9e3e6

View file

@ -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) {}