[Scummvm-git-logs] scummvm master -> 015cf46cb01d9d4bb19028b49af57b34ae9ed2d8

dreammaster dreammaster at scummvm.org
Tue Nov 8 03:11:48 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
015cf46cb0 TITANIC: Fix highlighting of name slots when loading a savegame


Commit: 015cf46cb01d9d4bb19028b49af57b34ae9ed2d8
    https://github.com/scummvm/scummvm/commit/015cf46cb01d9d4bb19028b49af57b34ae9ed2d8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-07T21:11:39-05:00

Commit Message:
TITANIC: Fix highlighting of name slots when loading a savegame

Changed paths:
    engines/titanic/pet_control/pet_load_save.cpp



diff --git a/engines/titanic/pet_control/pet_load_save.cpp b/engines/titanic/pet_control/pet_load_save.cpp
index 136953c..aa438c0 100644
--- a/engines/titanic/pet_control/pet_load_save.cpp
+++ b/engines/titanic/pet_control/pet_load_save.cpp
@@ -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;





More information about the Scummvm-git-logs mailing list