diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index b82b9a173e..d1c60cc260 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -84,7 +84,6 @@ void Scumm::scummInit() setShake(0); setupCursor(); - _bundle = new Bundle(this); /* Allocate and initilise actors */ _actors = new Actor[MAX_ACTORS]; for (i = 1, a = getFirstActor(); ++a, i < NUM_ACTORS; i++) { @@ -1583,7 +1582,6 @@ void Scumm::go() { launch(); setupGUIColors(); mainRun(); - delete _bundle; } |