summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:04:19 +0000
committertron <tron@openttd.org>2005-07-26 19:04:19 +0000
commita16418266e0cb317b2f338e5ca6e3d1aabdf67c5 (patch)
treedbb913c2b20dd2004ca5b9c2607ba47217ab2ca4 /strings.c
parent7e65f441689917d9d476bc458dec303a0d4e4b7c (diff)
downloadopenttd-a16418266e0cb317b2f338e5ca6e3d1aabdf67c5.tar.xz
(svn r2717) Move _userstring to strings.[ch]
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings.c b/strings.c
index 2e08d5efd..e1b05ad8a 100644
--- a/strings.c
+++ b/strings.c
@@ -16,6 +16,8 @@
#include "industry.h"
#include "variables.h"
+char _userstring[128];
+
static char *StationGetSpecialString(char *buff, int x);
static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed);
static char *GetSpecialPlayerNameString(char *buff, int ind, const int32 *argv);