TSAGE: Bugfix for cursor appearing in user interface in Blue Force

This commit is contained in:
Paul Gilbert 2011-10-25 19:45:48 +11:00
parent f614fbb608
commit 44dcb2d140

View File

@ -404,6 +404,7 @@ void UIElements::setup(const Common::Point &pt) {
// Set up the score
_score.postInit();
add(&_score);
break;
case GType_Ringworld2:
// Set up the character display
_character.setup(1, 5, _characterIndex, 285, 11, 255);