mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
Fix GetLookLeft
This commit is contained in:
parent
67fc151ee3
commit
c975da266a
1 changed files with 1 additions and 0 deletions
|
@ -2770,6 +2770,7 @@ bool CPad::GetLookLeft(void)
|
|||
}
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
#else
|
||||
return !!(NewState.LeftShoulder2 && !NewState.RightShoulder2);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue