From 58149dca937410826971f99b72e304121e61abb7 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Sat, 19 Dec 2009 22:56:59 +1300 Subject: Allow the player to move using the mouse at startup Previously, the player had to move using the keyboard before movement with the mouse was possible --- src/gui/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index ded0f061..01aa75ee 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -58,7 +58,7 @@ Viewport::Viewport(): #ifdef MANASERV_SUPPORT mLocalWalkTime(-1) #else - mWalkTime(0) + mWalkTime(-1) #endif { setOpaque(false); -- cgit v1.2.3-70-g09d2