diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp index 1a439b3b76b..08e80cb799b 100644 --- a/engines/saga/sfuncs.cpp +++ b/engines/saga/sfuncs.cpp @@ -1839,7 +1839,7 @@ void Script::finishDialog(int strID, int replyID, int flags, int bitOffset) { if (_vm->getGameType() == GType_IHNM) { str = _conversingThread->_strings->getString(strID); - if (strcmp(str, "[") != 0) { + if (*str != '[') { int sampleResourceId = -1; sampleResourceId = _conversingThread->_voiceLUT->voices[strID]; if (sampleResourceId < 0 || sampleResourceId > 4000)