[Scummvm-cvs-logs] scummvm master -> 85d8dc72452ab1c409ac2b480df3129f17cd7e08

urukgit urukgit at users.noreply.github.com
Sun Apr 13 00:00:25 CEST 2014


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:
85d8dc7245 AVALANCHE: Remove useless warnings.


Commit: 85d8dc72452ab1c409ac2b480df3129f17cd7e08
    https://github.com/scummvm/scummvm/commit/85d8dc72452ab1c409ac2b480df3129f17cd7e08
Author: uruk (koppirnyo at gmail.com)
Date: 2014-04-12T23:59:41+02:00

Commit Message:
AVALANCHE: Remove useless warnings.

Changed paths:
    engines/avalanche/avalot.cpp
    engines/avalanche/dialogs.cpp



diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 4f29da7..93b583b 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -249,8 +249,6 @@ void AvalancheEngine::runAvalot() {
 			_system->delayMillis(55 - delay); // Replaces slowdown(); 55 comes from 18.2 Hz (B Flight).
 	};
 
-	warning("STUB: run()");
-
 	_closing->exitGame();
 }
 
@@ -987,11 +985,10 @@ void AvalancheEngine::incScore(byte num) {
 
 		if (_soundFx) {
 			for (int j = 1; j <= 97; j++)
-				// Length os 2 is a guess, the original doesn't have a delay specified
+				// Length of 2 is a guess, the original doesn't have a delay specified
 				_sound->playNote(177 + _dnascore * 3, 2);
 		}
 	}
-	warning("STUB: points()");
 
 	drawScore();
 }
diff --git a/engines/avalanche/dialogs.cpp b/engines/avalanche/dialogs.cpp
index 9007e89..e843d17 100644
--- a/engines/avalanche/dialogs.cpp
+++ b/engines/avalanche/dialogs.cpp
@@ -218,8 +218,6 @@ void Dialogs::scrollModeNormal() {
 	setReadyLight(0);
 	_vm->_animationsEnabled = true;
 	_vm->_holdLeftMouse = false; // Used in Lucerna::checkclick().
-
-	warning("STUB: Scrolls::scrollModeNormal()");
 }
 
 /**
@@ -646,9 +644,6 @@ void Dialogs::solidify(byte n) {
  * 'calldriver' and 'display' by using Common::String instead of a private buffer.
  */
 void Dialogs::displayText(Common::String text) {
-//	bool was_virtual; // Was the mouse cursor virtual on entry to this proc?
-	warning("STUB: Scrolls::calldrivers()");
-
 	_vm->_sound->stopSound();
 
 	setReadyLight(0);






More information about the Scummvm-git-logs mailing list