mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
TITANIC: Fix crash clicking on MissiveOMat login prompt
This commit is contained in:
parent
1972fd0537
commit
0b18b0b1b5
@ -229,6 +229,9 @@ bool CMissiveOMat::MissiveOMatActionMsg(CMissiveOMatActionMsg *msg) {
|
||||
|
||||
switch (msg->_action) {
|
||||
case MESSAGE_SHOW: {
|
||||
if (_account == NO_ACCOUNT)
|
||||
break;
|
||||
|
||||
CRoomItem *room = findRoom();
|
||||
CTreeItem *btnOk = room->findByName("MissiveOMat OK Button");
|
||||
CTreeItem *btnNext = room->findByName("MissiveOMat Next Button");
|
||||
|
Loading…
x
Reference in New Issue
Block a user