summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 6e2566b8..34963cf4 100644
--- a/src/player.h
+++ b/src/player.h
@@ -75,7 +75,7 @@ class Player : public Being
/**
* Sets visible equipments for this player.
*/
- virtual void setSprite(unsigned int slot, int id,
+ virtual void setSprite(int slot, int id,
const std::string &color = "",
bool isWeapon = false);