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, 2 insertions, 0 deletions
diff --git a/engines/groovie/cell.cpp b/engines/groovie/cell.cpp
index 5fceb8f74e..3177963a38 100644
--- a/engines/groovie/cell.cpp
+++ b/engines/groovie/cell.cpp
@@ -297,6 +297,8 @@ void CellGame::countAllCells() {
case 4:
_board[52]++;
break;
+ default:
+ break;
}
}
}