diff options
-rw-r--r-- | engines/tsage/ringworld_scenes10.cpp | 2 | ||||
-rw-r--r-- | engines/tsage/ringworld_scenes10.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/ringworld_scenes10.cpp b/engines/tsage/ringworld_scenes10.cpp index 1114a67629..9bfa2e017c 100644 --- a/engines/tsage/ringworld_scenes10.cpp +++ b/engines/tsage/ringworld_scenes10.cpp @@ -1600,7 +1600,7 @@ void Scene9850::postInit(SceneObjectList *OwnerList) { _objSword.hide(); } - _spotLevel.quickInit(30, 251, 45, 270, 9850, 26, -1); + _spotLever.quickInit(30, 251, 45, 270, 9850, 26, -1); _hotspot1.quickInit(123, 0, 200, 320, 9850, 0, 1); _hotspot2.quickInit(107, 87, 133, 308, 9850, 0, 1); _hotspot3.quickInit(2, 28, 53, 80, 9850, 2, 3); diff --git a/engines/tsage/ringworld_scenes10.h b/engines/tsage/ringworld_scenes10.h index cdd28ee9b3..6a09773179 100644 --- a/engines/tsage/ringworld_scenes10.h +++ b/engines/tsage/ringworld_scenes10.h @@ -434,7 +434,7 @@ public: Hotspot17 _hotspot17; Hotspot18 _hotspot18; Hotspot19 _hotspot19; - Hotspot20 _spotLevel; + Hotspot20 _spotLever; virtual void postInit(SceneObjectList *OwnerList = NULL); virtual void signal(); |