aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/martian')
-rw-r--r--engines/access/martian/martian_game.cpp8
-rw-r--r--engines/access/martian/martian_game.h5
2 files changed, 3 insertions, 10 deletions
diff --git a/engines/access/martian/martian_game.cpp b/engines/access/martian/martian_game.cpp
index 81a8ffdf4d..e534b6cc03 100644
--- a/engines/access/martian/martian_game.cpp
+++ b/engines/access/martian/martian_game.cpp
@@ -79,7 +79,7 @@ void MartianEngine::doIntroduction() {
return;
if (!_skipStart) {
- doTent();
+ //doTent();
if (shouldQuit())
return;
}
@@ -89,6 +89,7 @@ void MartianEngine::doIntroduction() {
}
void MartianEngine::doTitle() {
+ /*
_screen->setDisplayScan();
_destIn = &_buffer2;
@@ -129,16 +130,13 @@ void MartianEngine::doTitle() {
// TODO: More to do
delete _objectsTable[0];
+ */
}
void MartianEngine::doOpening() {
warning("TODO doOpening");
}
-void MartianEngine::doTent() {
- warning("TODO doTent");
-}
-
void MartianEngine::setupGame() {
// Setup timers
diff --git a/engines/access/martian/martian_game.h b/engines/access/martian/martian_game.h
index e46b2bb0fd..a83b67a288 100644
--- a/engines/access/martian/martian_game.h
+++ b/engines/access/martian/martian_game.h
@@ -49,11 +49,6 @@ private:
void doOpening();
/**
- * Do tent scene of introduction
- */
- void doTent();
-
- /**
* Setup variables for the game
*/
void setupGame();