summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-17 20:24:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-17 20:24:14 +0300
commit39ab9ebf7464f77f079a8edecd3f43870245b8ee (patch)
tree73025204bf897590c802bbfb7f729f7e8595d30b /src/being/being.cpp
parente4abfb651d51670fcf85093b55189065c151cc14 (diff)
downloadmv-39ab9ebf7464f77f079a8edecd3f43870245b8ee.tar.gz
mv-39ab9ebf7464f77f079a8edecd3f43870245b8ee.tar.bz2
mv-39ab9ebf7464f77f079a8edecd3f43870245b8ee.tar.xz
mv-39ab9ebf7464f77f079a8edecd3f43870245b8ee.zip
Use ActorType for being type.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 523d19331..4109e01a4 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -3084,7 +3084,8 @@ std::string Being::loadComment(const std::string &name,
}
void Being::saveComment(const std::string &restrict name,
- const std::string &restrict comment, const int type)
+ const std::string &restrict comment,
+ const ActorType::Type &restrict type)
{
std::string dir;
switch (type)