[Scummvm-cvs-logs] scummvm master -> 937619c6f7a98de76859887a92fe63d59a4ad9f9
Strangerke
Strangerke at scummvm.org
Sat Nov 23 10:22:38 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:
937619c6f7 TSAGE: R2R - Fix spacing errors, add comment about an useless variable
Commit: 937619c6f7a98de76859887a92fe63d59a4ad9f9
https://github.com/scummvm/scummvm/commit/937619c6f7a98de76859887a92fe63d59a4ad9f9
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-23T01:20:07-08:00
Commit Message:
TSAGE: R2R - Fix spacing errors, add comment about an useless variable
Changed paths:
engines/tsage/ringworld2/ringworld2_scenes0.cpp
engines/tsage/ringworld2/ringworld2_scenes3.cpp
engines/tsage/ringworld2/ringworld2_scenes3.h
diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index f483b1e..2592bde 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -712,7 +712,7 @@ void Scene125::signal() {
R2_GLOBALS._player._canWalk = false;
break;
case 10:
- switch (_consoleMode) {
+ switch (_consoleMode) {
case 12:
_sceneMode = 129;
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index 07e3a8a..8bcdcd8 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -4246,7 +4246,7 @@ void Scene3500::dispatch() {
}
if (_mazeChangeAmount != 0) {
- R2_GLOBALS._player._uiEnabled = false;
+ R2_GLOBALS._player._uiEnabled = false;
if (_mazeChangeAmount != _speed)
_aSound1.play(276);
} else {
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.h b/engines/tsage/ringworld2/ringworld2_scenes3.h
index b282900..9e93a61 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.h
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.h
@@ -566,7 +566,7 @@ class Scene3500 : public SceneExt {
public:
int _direction;
bool _field20;
- int _field22;
+ int _field22; // CHECKME: Useless field
bool _field24;
Action1();
More information about the Scummvm-git-logs
mailing list