aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads3
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/tads/tads3')
-rw-r--r--engines/glk/tads/tads3/tads3.cpp2
-rw-r--r--engines/glk/tads/tads3/tads3.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/tads/tads3/tads3.cpp b/engines/glk/tads/tads3/tads3.cpp
index 911e87fd2b..10fb602fe2 100644
--- a/engines/glk/tads/tads3/tads3.cpp
+++ b/engines/glk/tads/tads3/tads3.cpp
@@ -29,7 +29,7 @@ namespace TADS3 {
TADS3::TADS3(OSystem *syst, const GlkGameDescription &gameDesc) : TADS(syst, gameDesc) {
}
-void TADS3::runGame(Common::SeekableReadStream *gameFile) {
+void TADS3::runGame() {
// TODO
}
diff --git a/engines/glk/tads/tads3/tads3.h b/engines/glk/tads/tads3/tads3.h
index 2fc4961738..45a3f0933f 100644
--- a/engines/glk/tads/tads3/tads3.h
+++ b/engines/glk/tads/tads3/tads3.h
@@ -42,7 +42,7 @@ public:
/**
* Execute the game
*/
- virtual void runGame(Common::SeekableReadStream *gameFile) override;
+ virtual void runGame() override;
/**
* Returns the running interpreter type