From 9ccce574386eb8daf97a0b55baa01be1bf5e01e9 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 29 Feb 2008 08:48:01 +0000 Subject: (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. --- src/newgrf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newgrf.h') diff --git a/src/newgrf.h b/src/newgrf.h index 2f0028f4a..adf43921c 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -128,4 +128,6 @@ void CDECL grfmsg(int severity, const char *str, ...); bool HasGrfMiscBit(GrfMiscBit bit); bool GetGlobalVariable(byte param, uint32 *value); +StringID MapGRFStringID(uint32 grfid, StringID str); + #endif /* NEWGRF_H */ -- cgit v1.2.3-54-g00ecf