mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fixed wrong animation paths
This commit is contained in:
@ -101,6 +101,8 @@ void ObjectTemplate::afterLoadFixup()
|
||||
usedTiles[0][0] = VISITABLE;
|
||||
visitDir = 0xFF;
|
||||
}
|
||||
boost::algorithm::replace_all(animationFile, "\\", "/");
|
||||
boost::algorithm::replace_all(editorAnimationFile, "\\", "/");
|
||||
}
|
||||
|
||||
void ObjectTemplate::readTxt(CLegacyConfigParser & parser)
|
||||
|
Reference in New Issue
Block a user