diff --git a/source/core/gameinput.cpp b/source/core/gameinput.cpp index 3172631d9..bbd8b0968 100644 --- a/source/core/gameinput.cpp +++ b/source/core/gameinput.cpp @@ -330,6 +330,10 @@ void sethorizon(PlayerHorizon* horizon, float const horz, ESyncBits* actions, do } } } + else + { + *actions &= ~SB_CENTERVIEW; + } } //---------------------------------------------------------------------------