fix leaning back through chair while sitting, fix #1795

This commit is contained in:
commy2 2015-09-01 19:06:20 +02:00
parent 264091957a
commit 405d85eaaa

View File

@ -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 {