diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-02-03 15:04:05 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-02-03 15:04:05 +0000 |
commit | c84461ec7b38c2b325dfcbf4a85ec148172af33a (patch) | |
tree | 0af832c31bea64d6e8ec5ce139e7b8e075c8572f /src/being/localplayer.h | |
parent | 6ab633cd99cb71399098058217029c37cba37fbc (diff) | |
download | manaplus-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.h | 2 |
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; }; |