summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c3
1 files changed, 0 insertions, 3 deletions
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);
}