change launcher resolution from 320x200 to 640x400

This commit is contained in:
Pawel Kolodziejski 2009-10-09 21:04:58 +00:00
parent 80ea919940
commit 884bad80d2
3 changed files with 3 additions and 3 deletions

View file

@ -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());