forked from github/server
plural/singular bei resourcenamen vertauscht. warum meldet sowas keiner?
This commit is contained in:
parent
91357b3adc
commit
105521cc0e
1 changed files with 1 additions and 1 deletions
|
@ -2372,7 +2372,7 @@ attrib_type at_resourcelimit = {
|
|||
};
|
||||
|
||||
const char*
|
||||
resname(resource_t res, int plural)
|
||||
resname(resource_t res, int index)
|
||||
{
|
||||
const item_type * itype = resource2item(oldresourcetype[res]);
|
||||
if (itype!=NULL) {
|
||||
|
|
Loading…
Reference in a new issue