[Scummvm-cvs-logs] scummvm master -> 50d122ed79c38081985f43aed2494a83b2fc1676

dreammaster dreammaster at scummvm.org
Sat Nov 23 23:19:12 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
50d122ed79 TSAGE: Fix for flub tube maze header comments


Commit: 50d122ed79c38081985f43aed2494a83b2fc1676
    https://github.com/scummvm/scummvm/commit/50d122ed79c38081985f43aed2494a83b2fc1676
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-23T14:18:34-08:00

Commit Message:
TSAGE: Fix for flub tube maze header comments

Changed paths:
    engines/tsage/ringworld2/ringworld2_logic.cpp
    engines/tsage/ringworld2/ringworld2_scenes3.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_logic.cpp b/engines/tsage/ringworld2/ringworld2_logic.cpp
index 57d8afb..67bd84a 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.cpp
+++ b/engines/tsage/ringworld2/ringworld2_logic.cpp
@@ -290,7 +290,7 @@ Scene *Ringworld2Game::createScene(int sceneNumber) {
 		// Confrontation
 		return new Scene3400();
 	case 3500:
-		// Maze action sequencec
+		// Flub tube maze 
 		return new Scene3500();
 	case 3600:
 		// Cutscene - walking at gunpoint
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index cdcc012..167fb72 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -2953,7 +2953,7 @@ void Scene3400::signal() {
 }
 
 /*--------------------------------------------------------------------------
- * Scene 3500 - Cavern Maze
+ * Scene 3500 - Flub tube maze
  *
  *--------------------------------------------------------------------------*/
 






More information about the Scummvm-git-logs mailing list