mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix build
This commit is contained in:
@@ -224,6 +224,8 @@ bool PlayerColor::isSpectator() const
|
||||
|
||||
std::string PlayerColor::toString() const
|
||||
{
|
||||
if (num == -1)
|
||||
return "neutral";
|
||||
return encode(num);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user