mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
FULLPIPE: Remove explicit null check. CID 1138364
This commit is contained in:
parent
b8fcaae643
commit
5253021fbd
@ -1115,7 +1115,7 @@ void sceneHandler04_leaveLadder(ExCommand *ex) {
|
||||
|
||||
mc->setEnabled();
|
||||
getGameLoaderInteractionController()->enableFlag24();
|
||||
} else if (mq) {
|
||||
} else {
|
||||
delete mq;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user