SCI: dont display string set by kSetQuitStr
svn-id: r50090
This commit is contained in:
parent
3c6639eb86
commit
05e2bbcc33
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ reg_t kMessage(EngineState *s, int argc, reg_t *argv) {
|
|||
|
||||
reg_t kSetQuitStr(EngineState *s, int argc, reg_t *argv) {
|
||||
Common::String quitStr = s->_segMan->getString(argv[0]);
|
||||
debug("Setting quit string to '%s'", quitStr.c_str());
|
||||
//debug("Setting quit string to '%s'", quitStr.c_str());
|
||||
return s->r_acc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue