mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- New Feature: Possibility to pick up items in crouch position (by Sandro)
o Merc can stay crouched while picking up items and when stealing items from prone(/collapsed) enemy, he must crouch (will do automatically). It really feels much more intuitive. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5265 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -575,6 +575,9 @@ enum AnimationStates
|
||||
GIVING_AID_PRN,
|
||||
END_AID_PRN,
|
||||
|
||||
ADJACENT_GET_ITEM_CROUCHED,
|
||||
STEAL_ITEM_CROUCHED,
|
||||
|
||||
NUMANIMATIONSTATES
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user