From 4359222be83cb3af8e6ee73b010938f8379adf31 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Wed, 5 Apr 2000 23:30:19 +0000
Subject: [PATCH] UnitShowAnimation parameter animation got const attribute

---
 src/include/actions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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