From 474c45fdc6326d9f2bebea9fcc7df704e0951173 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 17 Feb 2014 11:48:34 +0200 Subject: SCI: Some minor cleanup --- engines/sci/sci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index fdc016b1b9..5989ed3730 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -581,7 +581,7 @@ bool SciEngine::initGame() { // Script 0 should always be at segment 1 if (script0Segment != 1) { - debug(2, "Failed to instantiate script.000"); + debug(2, "Failed to instantiate script 0"); return false; } -- cgit v1.2.3