UnitShowAnimation parameter animation got const attribute
This commit is contained in:
parent
9f65abb2f3
commit
8b9b8e6dcd
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ extern void HandleActionDemolish(Unit* unit);
|
|||
----------------------------------------------------------------------------*/
|
||||
|
||||
/// handle the animation of a unit
|
||||
extern int UnitShowAnimation(Unit* unit,Animation* animation);
|
||||
extern int UnitShowAnimation(Unit* unit,const Animation* animation);
|
||||
/// Handle the actions of all units each frame
|
||||
extern void UnitActions(void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue