Skip to content

Commit

Permalink
TSAGE: Add a couple of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 25, 2011
1 parent 185536e commit 472d45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/ringworld_scenes3.cpp
Expand Up @@ -5594,6 +5594,7 @@ void Scene2320::Hotspot8::doAction(int action) {
}

void Scene2320::Hotspot10::doAction(int action) {
// Seeker
Scene2320 *scene = (Scene2320 *)_globals->_sceneManager._scene;

switch (action) {
Expand Down Expand Up @@ -5687,6 +5688,7 @@ void Scene2320::Hotspot12::doAction(int action) {
}

void Scene2320::Hotspot14::doAction(int action) {
// Right Console
Scene2320 *scene = (Scene2320 *)_globals->_sceneManager._scene;

switch (action) {
Expand Down

0 comments on commit 472d45a

Please sign in to comment.