UnitShowAnimation parameter animation got const attribute

This commit is contained in:
johns 2000-04-05 23:30:19 +00:00
parent 9eba11092c
commit 4359222be8

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