diff options
author | rubidium <rubidium@openttd.org> | 2008-01-13 21:41:24 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-13 21:41:24 +0000 |
commit | 3ca95f2a85d2347f28424a479fa3323f4a86bca7 (patch) | |
tree | 11608a1c774c5961fb6f16b3536041e440426e8c /src/command_func.h | |
parent | 27e5deb719f91bc26e8bf39a11acff6367062417 (diff) | |
download | openttd-3ca95f2a85d2347f28424a479fa3323f4a86bca7.tar.xz |
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/command_func.h')
-rw-r--r-- | src/command_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h index ccb9c2155..888468429 100644 --- a/src/command_func.h +++ b/src/command_func.h @@ -77,6 +77,7 @@ void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, Comma */ extern const char *_cmd_text; extern Money _additional_cash_required; +extern StringID _error_message; /** * Checks if a integer value belongs to a command. |