diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-21 21:46:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-21 21:46:41 +0300 |
commit | e9a9f2592c9d8919550c46a15f0b43a6bc230422 (patch) | |
tree | edb8223bd9b54c4891f081093c9be05d7e6ba96d /src/localplayer.h | |
parent | c56987b081c790819c0f2190613feb855ec68745 (diff) | |
download | plus-e9a9f2592c9d8919550c46a15f0b43a6bc230422.tar.gz plus-e9a9f2592c9d8919550c46a15f0b43a6bc230422.tar.bz2 plus-e9a9f2592c9d8919550c46a15f0b43a6bc230422.tar.xz plus-e9a9f2592c9d8919550c46a15f0b43a6bc230422.zip |
Dont load move type from config.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 5b755e4f6..77e25e291 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -523,7 +523,8 @@ class LocalPlayer : public Being, public ActorSpriteListener, const char *getVarItem(const char **arr, unsigned index, unsigned sz); void changeMode(unsigned *var, unsigned limit, const char *conf, - std::string (LocalPlayer::*func)(), unsigned def = 0); + std::string (LocalPlayer::*func)(), unsigned def = 0, + bool save = true); void crazyMove1(); void crazyMove2(); |