From ab1ca3507c391d5b6779457b11c5372e04f97317 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 12 May 2010 12:36:25 +0200 Subject: [PATCH] Fixed: #886 cannot move, only spin in circles (patch provided by ratmice) --- code/ryzom/client/src/user_entity.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/src/user_entity.cpp b/code/ryzom/client/src/user_entity.cpp index 02389077e..e0d0d1155 100644 --- a/code/ryzom/client/src/user_entity.cpp +++ b/code/ryzom/client/src/user_entity.cpp @@ -162,6 +162,7 @@ CUserEntity::CUserEntity() _ViewMode = FirstPV; _PermanentDeath = false; + _FollowMode = false; _CheckPrimitive = 0; // The user is not in collision with someone else.