aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/dialog.cpp b/engines/wage/dialog.cpp
index 88b2c65d5f..69bef75fbd 100644
--- a/engines/wage/dialog.cpp
+++ b/engines/wage/dialog.cpp
@@ -188,7 +188,7 @@ int Dialog::run() {
g_system->delayMillis(50);
}
- _tempSurface.copyRectToSurface(_gui->_screen, r.left, r.top, r);
+ _tempSurface.copyRectToSurface(_gui->_screen, 0, 0, r);
return _pressedButton;
}