diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-08 23:37:30 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-08 23:37:30 +0200 |
commit | 958b06cd741311d42c03c6b91c64ea01c713f516 (patch) | |
tree | b309d316087f85cdf57d266bf678f9923007899b /src/localplayer.h | |
parent | ee1a1c0e14058fb1a31904a6e2cf0c0ce90bc26b (diff) | |
download | plus-958b06cd741311d42c03c6b91c64ea01c713f516.tar.gz plus-958b06cd741311d42c03c6b91c64ea01c713f516.tar.bz2 plus-958b06cd741311d42c03c6b91c64ea01c713f516.tar.xz plus-958b06cd741311d42c03c6b91c64ea01c713f516.zip |
Replace also color constants in pickup messages.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 22643161c..4d177a23b 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -211,7 +211,7 @@ class LocalPlayer : public Being, public ActorSpriteListener, * Shows item pickup notifications. */ void pickedUp(const ItemInfo &itemInfo, int amount, - unsigned char fail); + unsigned char color, unsigned char fail); int getLevel() const; |