summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-18 00:15:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-18 00:15:47 +0300
commit0a005f824f7e793fd33389bc5ea2bd569ff01f05 (patch)
tree4bccaf59372b25a4edb261e888b6ada732e0d635 /src/being/localplayer.h
parentb55357c4bffafa629453abdfd6bb411d89ec5f25 (diff)
downloadplus-0a005f824f7e793fd33389bc5ea2bd569ff01f05.tar.gz
plus-0a005f824f7e793fd33389bc5ea2bd569ff01f05.tar.bz2
plus-0a005f824f7e793fd33389bc5ea2bd569ff01f05.tar.xz
plus-0a005f824f7e793fd33389bc5ea2bd569ff01f05.zip
Remove default parameters from changeMode function.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
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();