blob: 763d11ee0b13ca46576c8c61738b8cf4a0e3f79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/game/g_local.h.old 2008-08-24 16:23:45.000000000 +0200
+++ src/game/g_local.h 2008-08-24 16:26:05.000000000 +0200
@@ -41,6 +41,9 @@
/* short, server-visible player_t and edict_t structures, */
/* because we define the full size ones in this file */
#define GAME_INCLUDE
+#ifdef dprintf
+#undef dprintf
+#endif
#include "game.h"
/* the "gameversion" client command will print this plus compile date */
|