mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Changed jumping hotkey from >Shift+Mouse Button< to >Ctrl+Shift+Mouse Button<
- "Flexing" idle animation made rare, unless the merc has Show Off personality. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5702 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2058,7 +2058,7 @@ void InitAnimationSurfacesPerBodytype( )
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].sAnimID = BIGBUY_FLEX;
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].ubStartRoll = 0;
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].ubEndRoll = 9;
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].ubFlags = RANDOM_ANIM_CASUAL;
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].ubFlags = RANDOM_ANIM_CASUAL | RANDOM_ANIM_SHOWOFF;
|
||||
gRandomAnimDefs[ BIGMALE ][ 0 ].ubAnimHeight = ANIM_STAND;
|
||||
|
||||
gRandomAnimDefs[ BIGMALE ][ 1 ].ubHandRestriction = RANDOM_ANIM_NOTHINGINHAND;
|
||||
|
||||
Reference in New Issue
Block a user