summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-25 00:05:35 +0200
committerTreeki <treeki@gmail.com>2012-10-25 00:05:35 +0200
commit63bde25084daafeb0aeaa584d3624f0c77ec043d (patch)
tree0fe3aacd52415be927b48aee2ff103f6590d2fdc /include
parentad21da0675fe04c23bbb88763d4683648e812b8f (diff)
downloadkamek-63bde25084daafeb0aeaa584d3624f0c77ec043d.tar.gz
kamek-63bde25084daafeb0aeaa584d3624f0c77ec043d.zip
committing my untested and slightly unfinished shop
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
1 files changed, 1 insertions, 1 deletions
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);