aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorstrangerke2011-05-25 09:07:09 +0200
committerstrangerke2011-05-25 23:38:39 +0200
commit472d45aa2b726d05c66299cbe93c515dca79a037 (patch)
treeade0979ccdd3dc3ba1ddf0f205fcd1ced4bdd640 /engines/tsage
parent185536e4b1ee2d837103cefa3605e8ed4f559ddd (diff)
downloadscummvm-rg350-472d45aa2b726d05c66299cbe93c515dca79a037.tar.gz
scummvm-rg350-472d45aa2b726d05c66299cbe93c515dca79a037.tar.bz2
scummvm-rg350-472d45aa2b726d05c66299cbe93c515dca79a037.zip
TSAGE: Add a couple of comments
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/ringworld_scenes3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 53b02a7522..8a1e103e11 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -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) {
@@ -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) {