summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-28 18:14:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-28 18:14:58 +0300
commita204d2b11e6a4b620877ab6c5b80a818eaa7d476 (patch)
treeee2112216168624403769a1fdeab120dafab4100 /src/being
parentd82cd00f86cf5f902a47ef19fd24c7745e4104d4 (diff)
downloadManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.gz
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.bz2
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.xz
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.zip
Add fake commands to change pet direction.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/beingdirection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/beingdirection.h b/src/being/beingdirection.h
index 6e4d394ed..9f462d54c 100644
--- a/src/being/beingdirection.h
+++ b/src/being/beingdirection.h
@@ -28,7 +28,7 @@ namespace BeingDirection
/**
* Directions, to be used as bitmask values
*/
- enum BeingDirection
+ enum Type
{
DOWN = 1,
LEFT = 2,