misc.c
changeset 2063 95259a31ceb5
parent 2056 4cd298c2e658
child 2073 899419c9b997
--- a/misc.c	Fri Jul 15 14:16:14 2005 +0000
+++ b/misc.c	Fri Jul 15 14:53:44 2005 +0000
@@ -319,9 +319,6 @@
 
 char *GetName(int id, char *buff)
 {
-	if (id & 0x400) GetParamInt32();
-	if (id & 0x200) GetParamInt32();
-
 	return strecpy(buff, _name_array[id & ~0x600], NULL);
 }