misc.c
changeset 2063 95259a31ceb5
parent 2056 4cd298c2e658
child 2073 899419c9b997
equal deleted inserted replaced
2062:00f7d339fdcb 2063:95259a31ceb5
   317 	}
   317 	}
   318 }
   318 }
   319 
   319 
   320 char *GetName(int id, char *buff)
   320 char *GetName(int id, char *buff)
   321 {
   321 {
   322 	if (id & 0x400) GetParamInt32();
       
   323 	if (id & 0x200) GetParamInt32();
       
   324 
       
   325 	return strecpy(buff, _name_array[id & ~0x600], NULL);
   322 	return strecpy(buff, _name_array[id & ~0x600], NULL);
   326 }
   323 }
   327 
   324 
   328 
   325 
   329 static void InitializeCheats(void)
   326 static void InitializeCheats(void)