aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/queen.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-03-02 23:47:49 +0000
committerGregory Montoir2007-03-02 23:47:49 +0000
commit370c07f9253634b6f6c647768bec62c518aeb65c (patch)
treebd00950501e56379833ec66d67eb54b2dbe86e94 /engines/queen/queen.cpp
parent6d958e9f30db6c89517d078815d7332dbbb4aa22 (diff)
downloadscummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.tar.gz
scummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.tar.bz2
scummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.zip
added other code differences for Amiga FOTAQ versions, full game is now completable under ScummVM
svn-id: r25941
Diffstat (limited to 'engines/queen/queen.cpp')
-rw-r--r--engines/queen/queen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp
index a5b40ec3f9..750afe4a10 100644
--- a/engines/queen/queen.cpp
+++ b/engines/queen/queen.cpp
@@ -362,8 +362,9 @@ int QueenEngine::init() {
_system->initSize(GAME_SCREEN_WIDTH, GAME_SCREEN_HEIGHT);
_system->endGFXTransaction();
- _bam = new BamScene(this);
_resource = new Resource();
+
+ _bam = new BamScene(this);
_bankMan = new BankManager(_resource);
_command = new Command(this);
_debugger = new Debugger(this);