mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
parent
049b4384bc
commit
b3bfe83877
@ -84,7 +84,7 @@ private:
|
||||
GUI::StaticTextWidget *_text;
|
||||
};
|
||||
|
||||
PauseDialog::PauseDialog() : GUI::Dialog("PauseDialog") {
|
||||
PauseDialog::PauseDialog() : GUI::Dialog(0, 0, 0, 0) {
|
||||
_backgroundType = GUI::ThemeEngine::kDialogBackgroundSpecial;
|
||||
|
||||
_message = "Game paused. Press Ctrl+p again to continue.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user