From bb4d4631385dbd9bec4dc67f9040878c92f41b26 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 18:24:55 +0000 Subject: Fix compiler warning (wrong return type) svn-id: r20883 --- engines/scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index e77d7c1980..92329c3e9e 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1107,7 +1107,7 @@ static SubstResFileNames substResFileNameTable[] = { { NULL, NULL, kGenAsIs } }; -static bool applySubstResFileName(const SubstResFileNames &subst, char *buf, int bufsize, const char *ext, int num) { +static void applySubstResFileName(const SubstResFileNames &subst, char *buf, int bufsize, const char *ext, int num) { switch (subst.genMethod) { case kGenMac: case kGenMacNoParens: -- cgit v1.2.3