UnitShowAnimation parameter animation got const attribute

This commit is contained in:
johns 2000-04-06 00:30:19 +00:00
parent 9f65abb2f3
commit 8b9b8e6dcd

View file

@ -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);