diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-23 12:45:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-23 12:45:57 +0300 |
commit | 6576d46a7f420edfc53226811a3158d6e509a7bc (patch) | |
tree | ffd0e61bd56bb11f76cd27cdfbaaa6b10b9ec14d /src/gui/windows/npcdialog.h | |
parent | 833ee2d763001667f5818a1922f5e96d60890cd9 (diff) | |
download | plus-6576d46a7f420edfc53226811a3158d6e509a7bc.tar.gz plus-6576d46a7f420edfc53226811a3158d6e509a7bc.tar.bz2 plus-6576d46a7f420edfc53226811a3158d6e509a7bc.tar.xz plus-6576d46a7f420edfc53226811a3158d6e509a7bc.zip |
Fix compilation warnings and fix issue introduced in last commits.
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r-- | src/gui/windows/npcdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index 7c72550c9..bd9c21678 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -296,7 +296,7 @@ class NpcDialog final : public Window, PlayerBox *mPlayerBox; Being *mAvatarBeing; int mLastNextTime; - unsigned int mCameraMode; + int mCameraMode; int mCameraX; int mCameraY; bool mShowAvatar; |