From 43280f620282f15789660d0b93687714d9ebc2fd Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 12 Jan 2007 22:19:39 +0000 Subject: Fixed initialization of mPlayerFollowMouse, the lack of which sometimes caused the player to start walking when clicking on the GUI. --- ChangeLog | 8 +++++++- src/gui/viewport.cpp | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b161cb83..22ca8221 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2007-01-09 Philipp Sehmisch +2007-01-12 Bjørn Lindeijer + + * src/gui/viewport.cpp: Fixed initialization of mPlayerFollowMouse, + the lack of which sometimes caused the player to start walking when + clicking on the GUI. + +2007-01-09 Philipp Sehmisch * data/graphics/icecave.png: Added new tiles and fixes by Nickman and made some other cosmetical corrections. diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 2c69143f..08ca5141 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -47,6 +47,7 @@ Viewport::Viewport(): mCameraX(0), mCameraY(0), mShowDebugPath(false), + mPlayerFollowMouse(false), mPopupActive(false) { setOpaque(false); -- cgit v1.2.3-70-g09d2