diff --git a/include/actions.h b/include/actions.h index fec8f21a5..de1e8acdc 100644 --- a/include/actions.h +++ b/include/actions.h @@ -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);