diff --git a/src/data_extractor.cc b/src/data_extractor.cc index ffd6104..40590bc 100644 --- a/src/data_extractor.cc +++ b/src/data_extractor.cc @@ -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);