diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index e7c38f21c..11ac545bc 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -85,10 +85,7 @@ class LocalPlayer final : public Being, * Also, when specified, it picks up an item at the end of a path * or attack target. */ - void nextTile() override final - { nextTile(0); } - - void nextTile(unsigned char dir); + void nextTile() override final; bool pickUp(FloorItem *const item); |