diff options
author | Paul Gilbert | 2011-10-25 19:45:48 +1100 |
---|---|---|
committer | Paul Gilbert | 2011-10-25 19:45:48 +1100 |
commit | 44dcb2d1404ab9122242642b126ae7aa0cac8894 (patch) | |
tree | 74986a91cc30ccedacc03b69e0e5f230b668ef71 /engines/tsage | |
parent | f614fbb608422e585ab7d7b5b335f8c1ee4739e1 (diff) | |
download | scummvm-rg350-44dcb2d1404ab9122242642b126ae7aa0cac8894.tar.gz scummvm-rg350-44dcb2d1404ab9122242642b126ae7aa0cac8894.tar.bz2 scummvm-rg350-44dcb2d1404ab9122242642b126ae7aa0cac8894.zip |
TSAGE: Bugfix for cursor appearing in user interface in Blue Force
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/user_interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/user_interface.cpp b/engines/tsage/user_interface.cpp index 9e7db8f87b..50d5e37c53 100644 --- a/engines/tsage/user_interface.cpp +++ b/engines/tsage/user_interface.cpp @@ -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); |