Commit ac0379a5 authored by nanahira's avatar nanahira

fix

parent 3a5a29f4
...@@ -1354,8 +1354,10 @@ void Game::LoadExpansions() { ...@@ -1354,8 +1354,10 @@ void Game::LoadExpansions() {
const char* uname = archive->getFullFileName(j).c_str(); const char* uname = archive->getFullFileName(j).c_str();
BufferIO::DecodeUTF8(uname, fname); BufferIO::DecodeUTF8(uname, fname);
#endif #endif
if (IsExtension(fname, L".cdb")) if (IsExtension(fname, L".cdb")) {
dataManager.LoadDB(fname); dataManager.LoadDB(fname);
continue;
}
#ifndef YGOPRO_SERVER_MODE #ifndef YGOPRO_SERVER_MODE
if (IsExtension(fname, L".conf")) { if (IsExtension(fname, L".conf")) {
#ifdef _WIN32 #ifdef _WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment