diff src/command.cpp @ 8275:27c91897317f draft

(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 21:41:24 +0000 (2008-01-13)
parents 2495310e220f
children ea2c123b3655
line wrap: on
line diff
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -24,6 +24,7 @@
 #include "table/strings.h"
 
 const char *_cmd_text = NULL;
+StringID _error_message;
 
 /**
  * Helper macro to define the header of all command handler macros.