diff --git a/src/command.cpp b/src/command.cpp --- 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.