aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/events.cpp')
-rw-r--r--engines/tsage/events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index 940709c8c7..97b2c8ce3b 100644
--- a/engines/tsage/events.cpp
+++ b/engines/tsage/events.cpp
@@ -156,7 +156,7 @@ void EventsClass::setCursor(CursorType cursorType) {
// No cursor
g_globals->setFlag(122);
- if ((g_vm->getFeatures() & GF_DEMO) || (g_vm->getGameID() == GType_BlueForce)) {
+ if ((g_vm->getFeatures() & GF_DEMO) || (g_vm->getGameID() != GType_Ringworld)) {
CursorMan.showMouse(false);
return;
}
@@ -246,7 +246,7 @@ void EventsClass::setCursor(CursorType cursorType) {
// For Blue Force, enable the question button when an inventory icon is selected
if (g_vm->getGameID() == GType_BlueForce)
- BF_GLOBALS._uiElements._question.setEnabled(questionEnabled);
+ T2_GLOBALS._uiElements._question.setEnabled(questionEnabled);
}
void EventsClass::pushCursor(CursorType cursorType) {