From 91be5d75311a4a032164d733f6ed97dc87419cca Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 5 Jan 2008 21:42:34 +0000 Subject: (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken --- src/command.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index fcbeefa18..fdd595a28 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -610,6 +610,8 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback, } #endif /* ENABLE_NETWORK */ #ifdef DEBUG_DUMP_COMMANDS + extern Date _date; + extern DateFract _date_fract; debug_dump_commands("ddc:cmd:%d;%d;%d;%d;%d;%d;%d;%s\n", _date, _date_fract, (int)_current_player, tile, p1, p2, cmd, _cmd_text); #endif /* DUMP_COMMANDS */ -- cgit v1.2.3-54-g00ecf