mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
LAB: Small cleanup in from_crumbs()
This commit is contained in:
parent
b7faa0bccf
commit
c399536a07
@ -864,17 +864,8 @@ bool LabEngine::from_crumbs(uint32 tmpClass, uint16 code, uint16 Qualifier, Comm
|
||||
|
||||
perFlipGadget(actionMode);
|
||||
|
||||
if (gadgetId == 0)
|
||||
drawStaticMessage(kTextTakeWhat);
|
||||
else if (gadgetId == 1)
|
||||
drawStaticMessage(kTextMoveWhat);
|
||||
else if (gadgetId == 2)
|
||||
drawStaticMessage(kTextOpenWhat);
|
||||
else if (gadgetId == 3)
|
||||
drawStaticMessage(kTextCloseWhat);
|
||||
else if (gadgetId == 4)
|
||||
drawStaticMessage(kTextLookWhat);
|
||||
|
||||
if (gadgetId <= 4)
|
||||
drawStaticMessage(kTextTakeWhat + gadgetId);
|
||||
screenUpdate();
|
||||
}
|
||||
} else if (gadgetId == 9) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user