mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
TSAGE: Bugfix for cursor appearing in user interface in Blue Force
This commit is contained in:
parent
f614fbb608
commit
44dcb2d140
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user