mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Update StartUp in initial batch
ONE PATCH! This commit brings us to half of the patching goal: on launch of the client, we only show ONE "Updating..." message before we enter the game proper. Go us!
This commit is contained in:
@ -84,6 +84,7 @@ std::vector<plString> plManifest::EssentialGameManifests()
|
||||
mfs.push_back("GlobalClothing");
|
||||
mfs.push_back("GlobalMarkers");
|
||||
mfs.push_back("GUI");
|
||||
mfs.push_back("StartUp");
|
||||
|
||||
return mfs;
|
||||
}
|
||||
|
@ -67,7 +67,6 @@ namespace plManifest
|
||||
|
||||
/** Get a vector containing all manifests the game requires to initialize. */
|
||||
std::vector<plString> EssentialGameManifests();
|
||||
|
||||
}
|
||||
|
||||
#endif // _plManifests_inc_
|
||||
|
Reference in New Issue
Block a user