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