diff options
author | Filippos Karapetis | 2010-07-29 08:03:16 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-29 08:03:16 +0000 |
commit | 5d72193c512559394258051208b05f7089bb4c06 (patch) | |
tree | ce2903f3e38264bbde181a87791c115939857530 | |
parent | c40b9801dfbde95761521aa560ea1425fded527b (diff) | |
download | scummvm-rg350-5d72193c512559394258051208b05f7089bb4c06.tar.gz scummvm-rg350-5d72193c512559394258051208b05f7089bb4c06.tar.bz2 scummvm-rg350-5d72193c512559394258051208b05f7089bb4c06.zip |
Oops, removed leftover code
svn-id: r51457
-rw-r--r-- | engines/sci/engine/message.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/message.cpp b/engines/sci/engine/message.cpp index 8842789c5f..cdecc556e8 100644 --- a/engines/sci/engine/message.cpp +++ b/engines/sci/engine/message.cpp @@ -383,7 +383,6 @@ void MessageState::outputString(reg_t buf, const Common::String &str) { // LSL6 sets an exit text here, but the buffer size allocated // is too small. Don't display a warning in this case, as we // don't use the exit text anyway - bug report #3035533 - const char *foo = str.c_str(); if (g_sci->getGameId() == GID_LSL6 && str.hasPrefix("\r\n(c) 1993 Sierra On-Line, Inc")) { // LSL6 buggy exit text, don't show warning } else { |