mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	Fixed up movement controls again and fixed a typo.
* You can change direction while already moving (There could be a better way for walking control, but this works fine for now)
This commit is contained in:
		@@ -119,7 +119,7 @@ protected:
 | 
			
		||||
private:
 | 
			
		||||
    // walk related
 | 
			
		||||
    Timer m_walkPingTimer;
 | 
			
		||||
    Position m_lastPrewalkDestionation;
 | 
			
		||||
    Position m_lastPrewalkDestination;
 | 
			
		||||
    Position m_autoWalkDestination;
 | 
			
		||||
    Position m_lastAutoWalkPosition;
 | 
			
		||||
    ScheduledEventPtr m_autoWalkEndEvent;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user