Fix missing C4PXSSystem::Clear implementation

On scenario section change, the old PXS would continue to exist.
install-platforms
Lukas Werling 2017-11-12 11:57:20 +01:00
parent 101dc5055d
commit 5a652f23ef
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ void C4PXSSystem::Default()
void C4PXSSystem::Clear()
{
Count=0;
}
C4PXS* C4PXSSystem::New()