Fit for the general public, not just for GUINEA_PIGS. Closes #928396.

This commit is contained in:
Markus Armbruster 2006-02-19 18:47:50 +00:00
parent d69dfc2b09
commit 2ddc989e09

View file

@ -387,11 +387,6 @@ xdump(void)
int type;
int meta = 0;
if (!opt_GUINEA_PIGS) {
pr("You are not a guinea pig!\n");
return RET_FAIL;
}
p = getstarg(player->argp[1], "What? ", buf);
if (p && strcmp(p, "meta") == 0) {
meta = 1;