From 63bde25084daafeb0aeaa584d3624f0c77ec043d Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 25 Oct 2012 00:05:35 +0200 Subject: committing my untested and slightly unfinished shop --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index 15178f7..48c7f65 100755 --- a/include/game.h +++ b/include/game.h @@ -2916,7 +2916,7 @@ namespace m2d { void setLangStrings(const char **names, const int *msgIDs, int category, int count); void loadAnimations(const char **names, int count); - void loadGroups(const char **names, int *animLinkIDs, int count); + void loadGroups(const char **names, const int *animLinkIDs, int count); void enableNonLoopAnim(int num, bool goToLastFrame = false); void enableLoopAnim(int num); -- cgit v1.2.3