diff options
-rw-r--r-- | src/d_loop.c | 1 | ||||
-rw-r--r-- | src/d_loop.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/d_loop.c b/src/d_loop.c index 865ade9d..6b7cf6cd 100644 --- a/src/d_loop.c +++ b/src/d_loop.c @@ -25,6 +25,7 @@ //----------------------------------------------------------------------------- #include <stdlib.h> +#include <string.h> #include "doomfeatures.h" diff --git a/src/d_loop.h b/src/d_loop.h index 83376ea7..d6d7a026 100644 --- a/src/d_loop.h +++ b/src/d_loop.h @@ -71,6 +71,7 @@ boolean D_InitNetGame(net_connect_data_t *connect_data, net_gamesettings_t *settings); extern boolean singletics; +extern int gametic, ticdup; #endif |