summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 53ab03d16..4e783606f 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -436,7 +436,7 @@ void LocalPlayer::setGroupId(const int id)
statusWindow->updateLevelLabel();
}
-void LocalPlayer::nextTile(unsigned char dir A_UNUSED = 0)
+void LocalPlayer::nextTile()
{
const Party *const party = Party::getParty(1);
if (party != nullptr)