aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-04-05 14:28:19 +0000
committerSven Hesse2007-04-05 14:28:19 +0000
commitcebf8e98c30c89abe28bbacbf1b331489fbe12f2 (patch)
tree4ed426e48c5340d6428aa4b01bedf5cba503b176 /engines/gob/inter_v1.cpp
parentec5a9eee3132c5e7ccc5338f426f0839bb9e0913 (diff)
downloadscummvm-rg350-cebf8e98c30c89abe28bbacbf1b331489fbe12f2.tar.gz
scummvm-rg350-cebf8e98c30c89abe28bbacbf1b331489fbe12f2.tar.bz2
scummvm-rg350-cebf8e98c30c89abe28bbacbf1b331489fbe12f2.zip
Oops
svn-id: r26384
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index 83d693c508..f5627369f6 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -1146,30 +1146,6 @@ bool Inter_v1::o1_callSub(OpFuncParams &params) {
debugC(2, kDebugGameFlow, "Skipping copy protection screen");
return false;
}
- // TODO: DELETE ME! ---.
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (_vm->_platform == Common::kPlatformAmiga) && (offset == 1722) && !scumm_stricmp(_vm->_game->_curTotFile, "intro0.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 361) && !scumm_stricmp(_vm->_game->_curTotFile, _vm->_startTot))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 348) && !scumm_stricmp(_vm->_game->_curTotFile, _vm->_startTot))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 1263) && !scumm_stricmp(_vm->_game->_curTotFile, "intro5.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 1202) && !scumm_stricmp(_vm->_game->_curTotFile, "intro5.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 2613) && !scumm_stricmp(_vm->_game->_curTotFile, "intro016.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB2) && (offset == 2688) && !scumm_stricmp(_vm->_game->_curTotFile, "intro016.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_BARGON) && (offset == 5462) && !scumm_stricmp(_vm->_game->_curTotFile, "ecran0.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_BARGON) && (offset == 5451) && !scumm_stricmp(_vm->_game->_curTotFile, "ecran0.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB3) && (offset == 1406) && !scumm_stricmp(_vm->_game->_curTotFile, "demo.tot"))
- return false;
-if (!_vm->_copyProtection && (_vm->_features & GF_GOB3) && (offset == 888) && !scumm_stricmp(_vm->_game->_curTotFile, "demo.tot"))
- return false;
- // TODO: DELETE ME! ---'
_vm->_global->_inter_execPtr = _vm->_game->_totFileData + offset;