aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/gfx.cpp')
-rw-r--r--engines/agos/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 9f7a543e39..57c28a1437 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -619,7 +619,7 @@ void AGOSEngine::drawImage(VC10_state *state) {
if (drawImage_clip(state) == 0)
return;
- uint xoffs, yoffs;
+ uint xoffs = 0, yoffs = 0;
if (getGameType() == GType_ELVIRA1) {
//if (_windowNum != 2 && _windowNum != 3 && _windowNum != 6) {
// xoffs = ((vlut[0] - _videoWindows[16]) * 2 + state->x) * 8;