aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.cpp
diff options
context:
space:
mode:
authorD G Turner2012-07-07 14:42:26 +0100
committerD G Turner2012-07-07 14:42:26 +0100
commita77a81da5160a8257d1596d11b27c8677b2350ef (patch)
treead85ac7e408b3684ab9a9a11fa6247682eb88f16 /engines/teenagent/teenagent.cpp
parentd7b3ca02fef9ec194dbac1c66ceb2a6e46b2e57d (diff)
downloadscummvm-rg350-a77a81da5160a8257d1596d11b27c8677b2350ef.tar.gz
scummvm-rg350-a77a81da5160a8257d1596d11b27c8677b2350ef.tar.bz2
scummvm-rg350-a77a81da5160a8257d1596d11b27c8677b2350ef.zip
TEENAGENT: Remove unecessary passing of OSystem to scene Class.
This can be accessed via the engine's _system variable instead.
Diffstat (limited to 'engines/teenagent/teenagent.cpp')
-rw-r--r--engines/teenagent/teenagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/teenagent.cpp b/engines/teenagent/teenagent.cpp
index 0b2c44ec85..e9629e445d 100644
--- a/engines/teenagent/teenagent.cpp
+++ b/engines/teenagent/teenagent.cpp
@@ -522,7 +522,7 @@ Common::Error TeenAgentEngine::run() {
initGraphics(320, 200, false);
console = new Console(this);
- scene = new Scene(this, _system);
+ scene = new Scene(this);
inventory = new Inventory(this);
init();