diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 2b61c0d2e..2d7ec8069 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -520,8 +520,8 @@ class LocalPlayer final : public Being, const unsigned limit, const char *restrict const conf, std::string (LocalPlayer::*const func)(), - const unsigned def = 0, - const bool save = true); + const unsigned def, + const bool save); void crazyMove1(); void crazyMove2(); |