TITANIC: Fix highlighting of name slots when loading a savegame

This commit is contained in:
Paul Gilbert 2016-11-07 21:11:39 -05:00
parent 90fed956f2
commit 015cf46cb0

View File

@ -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;