summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-02-03 15:04:05 +0000
committerFedja Beader <fedja@protonmail.ch>2025-02-03 15:04:05 +0000
commitc84461ec7b38c2b325dfcbf4a85ec148172af33a (patch)
tree0af832c31bea64d6e8ec5ce139e7b8e075c8572f /src/being/localplayer.h
parent6ab633cd99cb71399098058217029c37cba37fbc (diff)
downloadmanaplus-c84461ec7b38c2b325dfcbf4a85ec148172af33a.tar.gz
manaplus-c84461ec7b38c2b325dfcbf4a85ec148172af33a.tar.bz2
manaplus-c84461ec7b38c2b325dfcbf4a85ec148172af33a.tar.xz
manaplus-c84461ec7b38c2b325dfcbf4a85ec148172af33a.zip
Typofix: mShowNavigePath -> mShowNavigatePath
**** mana/plus!119
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index cd8743a43..1770bd4d3 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -531,7 +531,7 @@ class LocalPlayer final : public Being,
// Tells if the path was set using mouse
bool mPathSetByMouse;
bool mWaitPing;
- bool mShowNavigePath;
+ bool mShowNavigatePath;
bool mAllowRename;
bool mFreezed;
};