From 48fef827a5093495e97d58b6e7842d882587960c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 6 Jan 2014 22:41:41 +0200 Subject: FULLPIPE: Remove redundant check. CID 1148380 --- engines/fullpipe/scenes/scene16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/scenes/scene16.cpp b/engines/fullpipe/scenes/scene16.cpp index a280273e6a..79d1179ba3 100644 --- a/engines/fullpipe/scenes/scene16.cpp +++ b/engines/fullpipe/scenes/scene16.cpp @@ -191,7 +191,7 @@ void sceneHandler16_fillMug() { mq = new MessageQueue(g_fp->_currentScene->getMessageQueueById(QU_SC16_GIRLOUT), 0, 1); mq->replaceKeyCode(-1, g_vars->scene16_walkingGirl->_okeyCode); - if (mq->chain(g_vars->scene16_walkingGirl) || !mq) + if (mq->chain(g_vars->scene16_walkingGirl)) return; } delete mq; -- cgit v1.2.3