Skip to content

Commit

Permalink
KOTOR: Use appropriate color for saved games borders
Browse files Browse the repository at this point in the history
  • Loading branch information
vkremianskii committed May 27, 2018
1 parent c59d64d commit 08d12e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engines/kotor/gui/saveload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ SaveLoadMenu::SaveLoadMenu(Module &module,

for (std::vector<KotORWidget *>::const_iterator it = itemWidgets.begin();
it != itemWidgets.end(); ++it) {
(*it)->setBorderColor(0.0f, 0.667969f, 0.988281f, 1.0f);
addWidget(*it);
}

Expand Down

0 comments on commit 08d12e1

Please sign in to comment.