summaryrefslogtreecommitdiff
path: root/src/flooritem.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-16 21:52:46 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-16 21:52:46 +0300
commitc77971cb8dc2fcb4613f58d863e184d23a762519 (patch)
tree73596d45ef9c450b96cd4699488f3f07a90dbdd8 /src/flooritem.h
parent0d4fa49a591658989edb5b640d996b9dc93775d2 (diff)
downloadManaVerse-c77971cb8dc2fcb4613f58d863e184d23a762519.tar.gz
ManaVerse-c77971cb8dc2fcb4613f58d863e184d23a762519.tar.bz2
ManaVerse-c77971cb8dc2fcb4613f58d863e184d23a762519.tar.xz
ManaVerse-c77971cb8dc2fcb4613f58d863e184d23a762519.zip
Fix other compilation warnings.
Diffstat (limited to 'src/flooritem.h')
-rw-r--r--src/flooritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flooritem.h b/src/flooritem.h
index ca4a5022e..d2cfa2c26 100644
--- a/src/flooritem.h
+++ b/src/flooritem.h
@@ -111,7 +111,7 @@ class FloorItem final : public ActorSprite
{ return mCursor; }
void setCards(const int *const cards,
- const int size);
+ int sz);
private:
int mCards[4];