LAB: Removed useless condition
This commit is contained in:
parent
5848a20af2
commit
1120958dac
1 changed files with 1 additions and 3 deletions
|
@ -745,9 +745,7 @@ bool LabEngine::fromCrumbs(uint32 tmpClass, uint16 code, uint16 qualifier, Commo
|
|||
perFlipButton(oldActionMode);
|
||||
|
||||
perFlipButton(actionMode);
|
||||
|
||||
if (buttonId <= 4)
|
||||
drawStaticMessage(kTextTakeWhat + buttonId);
|
||||
drawStaticMessage(kTextTakeWhat + buttonId);
|
||||
}
|
||||
} else if (buttonId == 9) {
|
||||
doUse(kItemMap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue