diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index a8fd829d3..ee57dc96a 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -43,20 +43,6 @@ class Map; class OkDialog; /** - * Reasons an item can fail to be picked up. - */ -enum -{ - PICKUP_OKAY = 0, - PICKUP_BAD_ITEM, - PICKUP_TOO_HEAVY, - PICKUP_TOO_FAR, - PICKUP_INV_FULL, - PICKUP_STACK_FULL, - PICKUP_DROP_STEAL -}; - -/** * The local player character. */ class LocalPlayer final : public Being, |