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/sword2/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword2/palette.cpp') diff --git a/engines/sword2/palette.cpp b/engines/sword2/palette.cpp index 1ac863c3fb..aa569689ff 100644 --- a/engines/sword2/palette.cpp +++ b/engines/sword2/palette.cpp @@ -129,7 +129,7 @@ void Screen::setFullPalette(int32 palRes) { setPalette(0, 256, _vm->fetchPalette(data), RDPAL_INSTANT); _vm->_resman->closeResource(_thisScreen.background_layer_id); } else - error("setFullPalette(0) called, but no current screen available!"); + error("setFullPalette(0) called, but no current screen available"); } if (palRes != CONTROL_PANEL_PALETTE) -- cgit v1.2.3