LAB: Fix wrong glowing belt file in getInvName()
A regression from 4fb53ad170
This commit is contained in:
parent
6778175f6d
commit
e6fbf372fb
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Common::String LabEngine::getInvName(uint16 curInv) {
|
|||
return "P:Mines/120";
|
||||
|
||||
if ((curInv == kItemBelt) && _conditions->in(kCondBeltGlowing))
|
||||
return "P:Future/kCondBeltGlowing";
|
||||
return "P:Future/BeltGlow";
|
||||
|
||||
if (curInv == kItemWestPaper) {
|
||||
_curFileName = _inventory[curInv]._bitmapName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue