[loading window] More use of the global instead of as an argument.

This commit is contained in:
Henrik Andersson
2011-06-04 23:21:33 +02:00
parent 9bff0653c0
commit 1dfb3a6f9a
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1073,7 +1073,7 @@ int main(int argc, char* argv[])
INPUTQUEUE = new InputQueue;
pLoadingWindow->SetText("Building song cache index...");
SONGINDEX = new SongCacheIndex;
pLoadingWindow->SetText("Building banner cache...");
pLoadingWindow->SetText("Loading banner cache...");
BANNERCACHE = new BannerCache;
//BACKGROUNDCACHE = new BackgroundCache;