diff --git a/Client/mods/deathmatch/logic/CClientPad.cpp b/Client/mods/deathmatch/logic/CClientPad.cpp index f8c802ccbb..d41ad8a92f 100644 --- a/Client/mods/deathmatch/logic/CClientPad.cpp +++ b/Client/mods/deathmatch/logic/CClientPad.cpp @@ -330,10 +330,10 @@ bool CClientPad::GetControlState(const char* szName, CControllerState& State, bo return State.LeftStickX == 128; break; // right case 7: - return State.RightShoulder2 == 255; + return State.LeftShoulder2 == 255; break; // zoom in case 8: - return State.LeftShoulder2 == 255; + return State.RightShoulder2 == 255; break; // zoom out case 9: return false;