aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-17 16:27:56 +0000
committerArnaud Boutonné2010-08-17 16:27:56 +0000
commitb37b0d9b0ccb534f619c2090255bd685b6d85699 (patch)
treebe3e201dc89544dfa43693cfe707495b9cb73d70
parent0290faeaa30df4062c39d4b92f7bbba1ebe9fdfb (diff)
downloadscummvm-rg350-b37b0d9b0ccb534f619c2090255bd685b6d85699.tar.gz
scummvm-rg350-b37b0d9b0ccb534f619c2090255bd685b6d85699.tar.bz2
scummvm-rg350-b37b0d9b0ccb534f619c2090255bd685b6d85699.zip
Fascination - Suppress some debug messages
svn-id: r52160
-rw-r--r--engines/gob/hotspots.cpp1
-rw-r--r--engines/gob/inter_fascin.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp
index 1563a39394..ad7a678359 100644
--- a/engines/gob/hotspots.cpp
+++ b/engines/gob/hotspots.cpp
@@ -1232,7 +1232,6 @@ void Hotspots::evaluateNew(uint16 i, uint16 *ids, InputDesc *inputs,
height = _vm->_game->_script->readUint16();
}
if (_vm->_draw->_renderFlags & 64) {
- warning("_renderFlags check added for Fascination");
_vm->_draw->_invalidatedTops[0] = 0;
_vm->_draw->_invalidatedLefts[0] = 0;
_vm->_draw->_invalidatedRights[0] = 319;
diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp
index 304f02f4fa..8de5d4c4b1 100644
--- a/engines/gob/inter_fascin.cpp
+++ b/engines/gob/inter_fascin.cpp
@@ -129,8 +129,6 @@ bool Inter_Fascination::oFascin_copySprite(OpFuncParams &params) {
}
void Inter_Fascination::oFascin_playTirb(OpGobParams &params) {
- warning("funcPlayImd with parameter : 'tirb.imd'");
-
VideoPlayer::Properties vidProps;
vidProps.type = VideoPlayer::kVideoTypePreIMD;
@@ -149,8 +147,6 @@ void Inter_Fascination::oFascin_playTirb(OpGobParams &params) {
}
void Inter_Fascination::oFascin_playTira(OpGobParams &params) {
- warning("funcPlayImd with parameter : 'tira.imd'");
-
VideoPlayer::Properties vidProps;
vidProps.type = VideoPlayer::kVideoTypePreIMD;