Skip to content

Commit

Permalink
Fix bug where the login map wouldn't load when cached
Browse files Browse the repository at this point in the history
  • Loading branch information
Asunaya committed Sep 8, 2016
1 parent b8198ea commit c2e5d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gunz/ZApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ bool ZApplication::OnCreate(ZLoadingProgress *pLoadingProgress)
#ifdef STARTUP_CACHE_FILES
auto CacheArchives = MBeginProfile("Cache archives");
const char* CachedFileNames[] = { "system", "model", "sfx",
"interface/default", "interface/loadable", "interface/Login",
"interface/default", "interface/loadable", "interface/login",
"sound/bgm", "sound/effect", };
constexpr int NumCachedFiles = ArraySize(CachedFileNames);
int CacheIndices[NumCachedFiles];
Expand Down

0 comments on commit c2e5d11

Please sign in to comment.