WIP empdump, can't shrink tables

This commit is contained in:
Markus Armbruster 2008-02-26 08:18:41 +01:00
parent b9c725224e
commit 4ef3574427
8 changed files with 433 additions and 55 deletions

View file

@ -223,7 +223,7 @@ xdump(void)
if (!p || !*p)
return RET_SYN;
xdinit(&xd, player->cnum, pr);
xdinit(&xd, player->cnum, 0, pr);
natp = getnatp(player->cnum);
type = isdigit(p[0]) ? atoi(p) : ef_byname(p);
if (type >= 0 && type < EF_MAX) {