Ticket #4772: gob-construct_pause_dialog_using_coordinates_instead_of_name.patch
File gob-construct_pause_dialog_using_coordinates_instead_of_name.patch, 484 bytes (added by , 15 years ago) |
---|
-
engines/gob/gob.cpp
84 84 GUI::StaticTextWidget *_text; 85 85 }; 86 86 87 PauseDialog::PauseDialog() : GUI::Dialog( "PauseDialog") {87 PauseDialog::PauseDialog() : GUI::Dialog(0, 0, 1, 1) { 88 88 _backgroundType = GUI::ThemeEngine::kDialogBackgroundSpecial; 89 89 90 90 _message = "Game paused. Press Ctrl+p again to continue.";