Skip to content

Commit

Permalink
PEGASUS: Fix uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Oct 3, 2012
1 parent f0091af commit 85bd7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/pegasus/neighborhood/mars/mars.cpp
Expand Up @@ -128,6 +128,8 @@ void Mars::init() {

_explosionCallBack.setNotification(&_neighborhoodNotification);
_explosionCallBack.setCallBackFlag(kExplosionFinishedFlag);

_weaponSelection = kNoWeapon;
}

void Mars::flushGameState() {
Expand Down

0 comments on commit 85bd7da

Please sign in to comment.