XEEN: Fix changing selected character with mouse in various dialogs

This commit is contained in:
Paul Gilbert 2015-02-11 21:09:07 -05:00
parent 6548dd05e3
commit a39b0b24a1
4 changed files with 4 additions and 1 deletions

View file

@ -219,6 +219,7 @@ void Interface::setMainButtons() {
addButton(Common::Rect(239, 27, 312, 37), Common::KEYCODE_1, &_iconSprites, false);
addButton(Common::Rect(239, 37, 312, 47), Common::KEYCODE_2, &_iconSprites, false);
addButton(Common::Rect(239, 47, 312, 57), Common::KEYCODE_3, &_iconSprites, false);
addPartyButtons(_vm);
}
/**