mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Unicode conversion functions now require source encoding
This commit is contained in:
@@ -198,7 +198,7 @@ void ObjectTemplate::readMsk()
|
||||
|
||||
void ObjectTemplate::readMap(CBinaryReader & reader)
|
||||
{
|
||||
animationFile = reader.readString();
|
||||
animationFile = reader.readBaseString();
|
||||
|
||||
setSize(8, 6);
|
||||
ui8 blockMask[6];
|
||||
|
||||
Reference in New Issue
Block a user