From 2fa79c9b4d140f78e5e6392aded7beebeec5c230 Mon Sep 17 00:00:00 2001 From: ludde Date: Fri, 15 Jul 2005 14:53:44 +0000 Subject: (svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters - Feature: [strgen] Allow changing the order of parameters in translated strings. - Use {1:TOWN} syntax to set the order. - Codechange: [strgen] Rewrote lots of strgen internals. --- misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index bf78f9b98..b4ef52821 100644 --- a/misc.c +++ b/misc.c @@ -319,9 +319,6 @@ void DeleteName(StringID id) char *GetName(int id, char *buff) { - if (id & 0x400) GetParamInt32(); - if (id & 0x200) GetParamInt32(); - return strecpy(buff, _name_array[id & ~0x600], NULL); } -- cgit v1.2.3-54-g00ecf