diff --git a/source/sw/src/input.cpp b/source/sw/src/input.cpp index 1c1f620ab..68f08ac84 100644 --- a/source/sw/src/input.cpp +++ b/source/sw/src/input.cpp @@ -324,7 +324,7 @@ void GameInterface::GetInput(InputPacket *packet, ControlInfo* const hidInput) if (packet) { - auto const ang = FixedToInt(pp->camq16ang); + auto const ang = FixedToInt(pp->q16ang); *packet = loc;