change launcher resolution from 320x200 to 640x400
This commit is contained in:
parent
80ea919940
commit
884bad80d2
3 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ Engine::~Engine() {
|
|||
|
||||
void GUIErrorMessage(const Common::String msg) {
|
||||
g_system->setWindowCaption("Error");
|
||||
g_system->launcherInitSize(320, 200);
|
||||
g_system->launcherInitSize(640, 400);
|
||||
GUI::MessageDialog dialog(msg);
|
||||
dialog.runModal();
|
||||
error("%s", msg.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue