From 09f8a1ae2ca37e09c2aa0f5b8814b1e5a8654d1d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 00:29:56 +0300 Subject: Remove default parameter from Being::setSpriteColor. --- src/being/being.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 850c171ce..b3ee99b5c 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -362,7 +362,7 @@ class Being notfinal : public ActorSprite, const int id) restrict2; void setSpriteColor(const unsigned int slot, - const std::string &restrict color = "") restrict2; + const std::string &restrict color) restrict2; /** * Get the number of layers used to draw the being -- cgit v1.2.3-60-g2f50