aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index c29e8e7b1f..8be62e5306 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -169,6 +169,7 @@ public:
if (_gameDescription->filesDescriptions[i].fileType == type)
return _gameDescription->filesDescriptions[i].fileName;
}
+ error("getFileName: Invalid type %d", type);
}
protected: