16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 00:59:18 +02:00

poprawka ładowania mmd

This commit is contained in:
milek7
2023-12-19 18:44:51 +01:00
parent 9259708d4c
commit 590b47ed76
4 changed files with 11 additions and 16 deletions

View File

@@ -4969,8 +4969,7 @@ void TDynamicObject::LoadMMediaFile( std::string const &TypeName, std::string co
+ " " + ReplacableSkin // (p3)
+ " end",
cParser::buffer_TEXT,
asBaseDir );
parser.allowRandomIncludes = true;
asBaseDir, true, std::vector<std::string>(), true );
std::string token;
do {
token = "";