Skip to content

Commit

Permalink
DM: Fix GCC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Sep 22, 2016
1 parent b5fa38d commit d046d76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/dm/timeline.cpp
Expand Up @@ -362,6 +362,9 @@ void Timeline::processTimeline() {
break;
case kDMEventTypeFootprints:
_vm->_championMan->_party._event79Count_Footprints--;
break;
default:
break;
}
}
_vm->_dungeonMan->setCurrentMap(_vm->_dungeonMan->_partyMapIndex);
Expand Down

0 comments on commit d046d76

Please sign in to comment.