From 0999534749f6c4edb9e4d054b95f185b829adba3 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 31 May 2009 10:02:16 +0000 Subject: The error() and warning() functions add ! and newline automatically. (I didn't look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 --- engines/cruise/overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/overlay.cpp') diff --git a/engines/cruise/overlay.cpp b/engines/cruise/overlay.cpp index bac3ce15b8..1f7d7302ba 100644 --- a/engines/cruise/overlay.cpp +++ b/engines/cruise/overlay.cpp @@ -100,7 +100,7 @@ int loadOverlay(const char *scriptName) { fileIdx = findFileInDisks(fileName); if (fileIdx < 0) { - warning("Unable to load overlay %s !", scriptName); + warning("Unable to load overlay %s", scriptName); //releaseScript(scriptName); return (-18); } -- cgit v1.2.3