SCI: Remove dead code

This commit is contained in:
Colin Snover 2017-09-10 22:01:33 -05:00
parent 6e2f18c498
commit 200c8c442b
4 changed files with 3 additions and 5 deletions

View file

@ -675,7 +675,6 @@ MoveCountType GameFeatures::detectMoveCountType() {
} else {
if (!autoDetectMoveCountType()) {
error("Move count autodetection failed");
_moveCountType = kIncrementMoveCount; // Most games do this, so best guess
}
}