mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
Implemented FR #2038951: "ALL: visible warning when CD music missing"
svn-id: r34856
This commit is contained in:
parent
c03f0219ca
commit
ea8e06fcf9
@ -183,6 +183,17 @@ void Engine::checkCD() {
|
||||
"the data files to your hard disk instead.\n"
|
||||
"See the README file for details.", "OK");
|
||||
dialog.runModal();
|
||||
} else {
|
||||
// If we reached here, the game has audio tracks,
|
||||
// it's not ran from the CD and the tracks have not
|
||||
// been ripped.
|
||||
GUI::MessageDialog dialog(
|
||||
"This game has audio tracks in its disk. These\n"
|
||||
"tracks need to be ripped from the disk using\n"
|
||||
"an appropriate CD audio extracting tool in\n"
|
||||
"order to listen to the game's music.\n"
|
||||
"See the README file for details.", "OK");
|
||||
dialog.runModal();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user