File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1220,7 +1220,7 @@ void Game::LoadExpansions() {
12201220 errmsg.append (fpath);
12211221 errmsg.append (" )! " );
12221222 errmsg.append (dataManager.errmsg );
1223- mainGame-> ErrorLog (errmsg.c_str ());
1223+ ErrorLog (errmsg.c_str ());
12241224 }
12251225 return ;
12261226 }
@@ -1245,7 +1245,7 @@ void Game::LoadExpansions() {
12451245 errmsg.append (name);
12461246 errmsg.append (" )! " );
12471247 errmsg.append (dataManager.errmsg );
1248- mainGame-> ErrorLog (errmsg.c_str ());
1248+ ErrorLog (errmsg.c_str ());
12491249 }
12501250 continue ;
12511251 }
@@ -1264,7 +1264,7 @@ void Game::LoadExpansions() {
12641264 errmsg.append (" : " );
12651265 errmsg.append (name);
12661266 errmsg.append (" )! Please make sure the file name is UTF-8 encoded in the archive." );
1267- mainGame-> ErrorLog (errmsg.c_str ());
1267+ ErrorLog (errmsg.c_str ());
12681268 continue ;
12691269 }
12701270 deckBuilder.expansionPacks .push_back (fname);
You can’t perform that action at this time.
0 commit comments