commit ba0390ac0a78e28a1f36925a1df891f3682a7b20
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Oct 13 22:23:44 2011 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Oct 13 22:23:44 2011 +0000
Minor fixes to main loop code.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2419
---
src/d_loop.c | 1 +
src/d_loop.h | 1 +
2 files changed, 2 insertions(+)
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