mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
TITANIC: Fix highlighting of name slots when loading a savegame
This commit is contained in:
parent
90fed956f2
commit
015cf46cb0
@ -159,7 +159,7 @@ void CPetLoadSave::highlightChange() {
|
||||
|
||||
uint col = section ? section->getColor(3) : 0;
|
||||
for (int idx = 0; idx < SAVEGAME_SLOTS_COUNT; ++idx)
|
||||
_slotNames[idx].setColor(col);
|
||||
_slotNames[idx].setLineColor(0, col);
|
||||
|
||||
if (_savegameSlotNum != -1) {
|
||||
col = section ? section->getColor(4) : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user