FULLPIPE: Remove explicit null check. CID 1138364

This commit is contained in:
Eugene Sandulenko 2013-12-19 23:44:48 +02:00
parent b8fcaae643
commit 5253021fbd

View File

@ -1115,7 +1115,7 @@ void sceneHandler04_leaveLadder(ExCommand *ex) {
mc->setEnabled();
getGameLoaderInteractionController()->enableFlag24();
} else if (mq) {
} else {
delete mq;
}