Skip to content

Commit

Permalink
ACCESS: Remove accidental resetting of _vm pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 01e9214 commit 2151919
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/access/amazon/amazon_logic.cpp
Expand Up @@ -616,7 +616,6 @@ void Jungle::scrollJWalk() {
/*------------------------------------------------------------------------*/

Guard::Guard(AmazonEngine *vm): PannedScene(vm) {
_vm = nullptr;
_guardCel = 0;
_gCode1 = _gCode2 = 0;
_xMid = _yMid = 0;
Expand Down Expand Up @@ -1004,7 +1003,6 @@ void Cast::doCast(int param1) {
/*------------------------------------------------------------------------*/

River::River(AmazonEngine *vm): PannedScene(vm) {
_vm = nullptr;
_CHICKENOUTFLG = false;
_rScrollRow = 0;
_rScrollCol = 0;
Expand Down

0 comments on commit 2151919

Please sign in to comment.