diff options
author | Treeki <treeki@gmail.com> | 2012-10-25 00:05:35 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-25 00:05:35 +0200 |
commit | 63bde25084daafeb0aeaa584d3624f0c77ec043d (patch) | |
tree | 0fe3aacd52415be927b48aee2ff103f6590d2fdc /include | |
parent | ad21da0675fe04c23bbb88763d4683648e812b8f (diff) | |
download | kamek-63bde25084daafeb0aeaa584d3624f0c77ec043d.tar.gz kamek-63bde25084daafeb0aeaa584d3624f0c77ec043d.zip |
committing my untested and slightly unfinished shop
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
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);
|