From 52c42a13d29d246a5b3377099707146a4db4a205 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 23 Oct 2011 14:07:30 +0100 Subject: CGE: Remove end of line in error message. This caused the punctuation mark to be displayed on the next line. --- engines/cge/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/text.cpp') diff --git a/engines/cge/text.cpp b/engines/cge/text.cpp index 64f9959442..58acb5548c 100644 --- a/engines/cge/text.cpp +++ b/engines/cge/text.cpp @@ -38,7 +38,7 @@ namespace CGE { Text::Text(CGEEngine *vm, const char *fname) : _vm(vm) { _vm->mergeExt(_fileName, fname, kSayExt); if (!_vm->_resman->exist(_fileName)) - error("No talk (%s)\n", _fileName); + error("No talk (%s)", _fileName); int16 txtCount = count() + 1; if (!txtCount) error("Unable to read dialog file %s", _fileName); -- cgit v1.2.3