Skip to content

Commit

Permalink
KOTOR2: Add mainmenu initWidget superclass call
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius committed Oct 3, 2018
1 parent 43b3e5c commit 611586e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/kotor2/gui/main/main.cpp
Expand Up @@ -50,6 +50,8 @@ MainMenu::~MainMenu() {
}

void MainMenu::initWidget(Widget &widget) {
Engines::KotOR2::GUI::initWidget(widget);

// ...BioWare...
if (widget.getTag() == "LBL_GAMELOGO") {
dynamic_cast< KotORJadeWidget & >(widget).setFill("kotor2logo");
Expand Down

0 comments on commit 611586e

Please sign in to comment.