diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-15 12:22:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-15 12:22:49 +0300 |
commit | a970bdd2d4d7e695f82f854c1efc81881dfebb30 (patch) | |
tree | 765948705d8cff6eef316e2dc862360985416ffb /src/resources/emotedb.h | |
parent | 6a396b89dba22004820fe1089705b2a182de8412 (diff) | |
download | plus-a970bdd2d4d7e695f82f854c1efc81881dfebb30.tar.gz plus-a970bdd2d4d7e695f82f854c1efc81881dfebb30.tar.bz2 plus-a970bdd2d4d7e695f82f854c1efc81881dfebb30.tar.xz plus-a970bdd2d4d7e695f82f854c1efc81881dfebb30.zip |
improve emotedb file.
Diffstat (limited to 'src/resources/emotedb.h')
-rw-r--r-- | src/resources/emotedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index d105794b3..b8f163adb 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -77,7 +77,7 @@ namespace EmoteDB const bool allowNull = false) A_WARN_UNUSED; - AnimatedSprite *getClone(int id, const bool allowNull); + AnimatedSprite *getClone(const int id, const bool allowNull); const EmoteSprite *getSprite(const int id, const bool allowNull = false) A_WARN_UNUSED; |