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/gob/game_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/game_v2.cpp') diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp index 93540757b0..777eae14bc 100644 --- a/engines/gob/game_v2.cpp +++ b/engines/gob/game_v2.cpp @@ -341,7 +341,7 @@ int16 Game_v2::addNewCollision(int16 id, uint16 left, uint16 top, return i; } - error("Game_v2::addNewCollision(): Collision array full!\n"); + error("Game_v2::addNewCollision(): Collision array full"); return 0; } -- cgit v1.2.3