mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
- moved json-related functions (e.g. ParseBonus) into JsonUtils namespace
- replaced JsonNode::toStdVector with more universal convertTo - some renaming in StartInfo
This commit is contained in:
@@ -1202,6 +1202,8 @@ void CAnimImage::setFrame(size_t Frame, size_t Group)
|
||||
pos.h = img->height();
|
||||
}
|
||||
}
|
||||
else
|
||||
tlog1 << "Error: accessing unavailable frame " << Group << ":" << Frame << " in CAnimation!\n";
|
||||
}
|
||||
|
||||
void CAnimImage::playerColored(int currPlayer)
|
||||
|
||||
Reference in New Issue
Block a user