mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix leaning back through chair while sitting, fix #1795
This commit is contained in:
parent
264091957a
commit
405d85eaaa
@ -1,6 +1,9 @@
|
||||
// Enable visual head movement while free-looking
|
||||
#define MACRO_ANIMATION \
|
||||
head = "headDefault";
|
||||
head = "headDefault"; \
|
||||
aimingBody = "aimingNo"; \
|
||||
forceAim = 1; \
|
||||
static = 1;
|
||||
|
||||
class CfgMovesBasic;
|
||||
class CfgMovesMaleSdr: CfgMovesBasic {
|
||||
|
Loading…
Reference in New Issue
Block a user