aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/cell.cpp')
-rw-r--r--engines/groovie/cell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/cell.cpp b/engines/groovie/cell.cpp
index 57061c17de..270df480e4 100644
--- a/engines/groovie/cell.cpp
+++ b/engines/groovie/cell.cpp
@@ -749,7 +749,7 @@ int16 CellGame::doGame(int8 color, int depth) {
const int8 depths[] = { 1, 1, 1, 2, 1, 1, 2, 2, 1, 2, 2, 2, 3, 2, 2, 3, 3, 2, 3, 3, 3 };
int16 CellGame::calcMove(int8 color, uint16 depth) {
- int result;
+ int result = 0;
_flag1 = false;
++_moveCount;