ULTIMA8: Remove text from inventory gump when Crusader dies

This commit is contained in:
Matthew Duggan 2021-05-06 18:17:48 +09:00
parent 6a9f01fbd6
commit a1880b8220

View File

@ -86,6 +86,7 @@ void CruInventoryGump::PaintThis(RenderSurface *surf, int32 lerp_factor, bool sc
} else {
Item *item = getItem(activeitem);
if (!item) {
resetText();
_inventoryItemGump->SetShape(0, 0);
} else {
GumpShapeArchive *gumpshapes = GameData::get_instance()->getGumps();