Skip to content

Commit

Permalink
KOTOR: Clear Module::_availableParty on unload
Browse files Browse the repository at this point in the history
Fixes #346.
  • Loading branch information
DrMcCoy committed Aug 28, 2018
1 parent 1bfacf1 commit 08d31ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/kotor/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ void Module::unload(bool completeUnload) {

_globalNumbers.clear();
_globalBooleans.clear();

_availableParty.clear();
}

unloadIFO();
Expand Down

0 comments on commit 08d31ac

Please sign in to comment.