Skip to content

Commit

Permalink
TSAGE: Ringworld - Fix unitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 26, 2015
1 parent 46c3b8c commit 3e8456e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/ringworld/ringworld_scenes3.cpp
Expand Up @@ -5789,6 +5789,7 @@ Scene2320::Scene2320() :
_area3._pt = Common::Point(200, 75);
_area4.setup(2153, 1, 1, 10);
_area4._pt = Common::Point(237, 77);
_hotspotPtr = nullptr;
}

void Scene2320::postInit(SceneObjectList *OwnerList) {
Expand Down

0 comments on commit 3e8456e

Please sign in to comment.