diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 1c3e250d..4fdef2c5 100644 --- a/src/being.h +++ b/src/being.h @@ -264,7 +264,8 @@ class Being : public ActorSprite, public EventListener void setSpriteID(unsigned int slot, int id); - void setSpriteColor(unsigned int slot, const std::string &color = ""); + void setSpriteColor(unsigned int slot, + const std::string &color = std::string()); /** * Get the number of layers used to draw the being |