Literally unusable

This commit is contained in:
Hannes Mann 2016-07-07 08:36:40 +02:00
parent d7146fec3a
commit 0a9d60b210

View file

@ -138,7 +138,7 @@ namespace openrayman
{
message_box::display("[openrayman::data_extractor::make_game_resources] Info", "OpenRayman will now extract and convert all texture files used within the game."
"\nThis can take a couple of minutes depending on your disk and CPU speed."
"\nOpenRayman will go invisible during this time and operate in the background", false);
"\nOpenRayman will go invisible during this time and operate in the background.", false);
file::create_directory(m_backend_specifics.storage_path() + "/games/rayman2/textures");
file::create_directory(m_backend_specifics.storage_path() + "/games/rayman2/textures/vignettes");
std::ifstream textures_stream(install_folder + "/Data/Textures.cnt", std::ifstream::binary);