Skip to content

Commit

Permalink
TSAGE: Renamings for R2R Rim lift exterior
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 6, 2013
1 parent a00f589 commit 9678195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -11547,12 +11547,12 @@ void Scene1800::postInit(SceneObjectList *OwnerList) {
R2_GLOBALS._player._characterScene[R2_QUINN] = 1800;
R2_GLOBALS._player._characterScene[R2_SEEKER] = 1800;

_item2.setDetails(Rect(128, 95, 190, 135), 1800, 10, -1, -1, 1, NULL);
_item1.setDetails(Rect(95, 3, 223, 135), 1800, 0, -1, -1, 1, NULL);
_elevatorContents.setDetails(Rect(128, 95, 190, 135), 1800, 10, -1, -1, 1, NULL);
_elevator.setDetails(Rect(95, 3, 223, 135), 1800, 0, -1, -1, 1, NULL);

// Original was calling _item3.setDetails(Rect(1800, 11, 24, 23), 25, -1, -1, -1, 1, NULL);
// This is *wrong*. The following statement is a wild guess based on good common sense
_item3.setDetails(11, 1800, 23, 24, 25);
_surface.setDetails(11, 1800, 23, 24, 25);
_secBackground.setDetails(Rect(0, 0, 320, 200), 1800, 17, -1, 19, 1, NULL);

R2_GLOBALS._player.disableControl();
Expand Down
6 changes: 3 additions & 3 deletions engines/tsage/ringworld2/ringworld2_scenes1.h
Expand Up @@ -869,9 +869,9 @@ class Scene1800 : public SceneExt {
int _locationMode;
SpeakerQuinn _quinnSpeaker;
SpeakerSeeker _seekerSpeaker;
NamedHotspot _item1;
NamedHotspot _item2;
NamedHotspot _item3;
NamedHotspot _elevator;
NamedHotspot _elevatorContents;
NamedHotspot _surface;
NamedHotspot _secBackground;
Background _background;
SceneActor _playerShadow;
Expand Down

0 comments on commit 9678195

Please sign in to comment.