diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-13 16:32:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-13 16:32:55 +0300 |
commit | 467455bf7907411918d8fb6f4113eb95df443a29 (patch) | |
tree | 5bd754447f8324514ede595494c0dae26af356e5 /src/being/localplayer.h | |
parent | 3bbf7407ac14ec84329ad85fd8552e36872b3476 (diff) | |
download | plus-467455bf7907411918d8fb6f4113eb95df443a29.tar.gz plus-467455bf7907411918d8fb6f4113eb95df443a29.tar.bz2 plus-467455bf7907411918d8fb6f4113eb95df443a29.tar.xz plus-467455bf7907411918d8fb6f4113eb95df443a29.zip |
Move pickup flags into separate file.
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, |