diff options
author | Filippos Karapetis | 2014-02-17 11:48:34 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-02-17 11:48:34 +0200 |
commit | 474c45fdc6326d9f2bebea9fcc7df704e0951173 (patch) | |
tree | fc2bbdb755def11d8ed6e84c2e7ea6d890e1bfd9 /engines/sci | |
parent | d92006188e470a0c17ff437b10dea643df5b64ef (diff) | |
download | scummvm-rg350-474c45fdc6326d9f2bebea9fcc7df704e0951173.tar.gz scummvm-rg350-474c45fdc6326d9f2bebea9fcc7df704e0951173.tar.bz2 scummvm-rg350-474c45fdc6326d9f2bebea9fcc7df704e0951173.zip |
SCI: Some minor cleanup
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |