From 3fa9fa06c2787697606e001e402fae1ec798bad2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 13 Apr 2006 04:01:55 +0000 Subject: Clarified detection filenames for HE games (removed FIXME comments). svn-id: r21835 --- engines/scumm/plugin.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 7cdf424fe2..42de9074fb 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -629,17 +629,15 @@ Common::String generateFilenameForDetection(const GameFilenamePattern &gfp) { break; case kGenHEMac: - // FIXME: Is this correct? snprintf(buf, sizeof(buf), "%s (0)", gfp.pattern); break; case kGenHEMacNoParens: - // FIXME: Is this correct? snprintf(buf, sizeof(buf), "%s 0", gfp.pattern); break; default: - error("FOO"); + error("generateFilenameForDetection: Unhandled genMethod"); } return buf; -- cgit v1.2.3