plural/singular bei resourcenamen vertauscht. warum meldet sowas keiner?

This commit is contained in:
Enno Rehling 2005-06-24 19:43:57 +00:00
parent 91357b3adc
commit 105521cc0e
1 changed files with 1 additions and 1 deletions

View File

@ -2372,7 +2372,7 @@ attrib_type at_resourcelimit = {
}; };
const char* const char*
resname(resource_t res, int plural) resname(resource_t res, int index)
{ {
const item_type * itype = resource2item(oldresourcetype[res]); const item_type * itype = resource2item(oldresourcetype[res]);
if (itype!=NULL) { if (itype!=NULL) {