aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw.cpp')
-rw-r--r--engines/gob/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/draw.cpp b/engines/gob/draw.cpp
index 2e86608e62..deadd5c682 100644
--- a/engines/gob/draw.cpp
+++ b/engines/gob/draw.cpp
@@ -815,7 +815,7 @@ void Draw::handleWinBorder(int16 id) {
}
int16 Draw::handleCurWin() {
- int8 matchNum;
+ int8 matchNum = 0;
int16 bestMatch = -1;
warning("handleCurWin");