summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.c
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 13:52:09 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 13:52:09 -0600
commit30210c583785263a964dee242b5a7efdfdb7e89a (patch)
tree9441d59906cf771cf6c7839db24fde761350e9ac /src/map/magic-expr.c
parent2b3e95844658c7f77b5c3633eed7786bcf435308 (diff)
downloadtmwa-30210c583785263a964dee242b5a7efdfdb7e89a.tar.gz
tmwa-30210c583785263a964dee242b5a7efdfdb7e89a.tar.bz2
tmwa-30210c583785263a964dee242b5a7efdfdb7e89a.tar.xz
tmwa-30210c583785263a964dee242b5a7efdfdb7e89a.zip
Remove pet and vending systems
Diffstat (limited to 'src/map/magic-expr.c')
-rw-r--r--src/map/magic-expr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/magic-expr.c b/src/map/magic-expr.c
index 31abe13..1f7f408 100644
--- a/src/map/magic-expr.c
+++ b/src/map/magic-expr.c
@@ -89,8 +89,6 @@ show_entity(entity_t *entity)
return ((struct item_data *)(&((struct flooritem_data *)entity)->item_data))->name;
case BL_SKILL:
return "%skill";
- case BL_PET:
- return ((struct pet_data *)entity)->name;
case BL_SPELL:
return "%invocation(ERROR:this-should-not-be-an-entity)";
default: