- removed duplicate PClass::StaticInit call.

This commit is contained in:
Christoph Oelckers 2021-12-27 15:42:47 +01:00
parent 12619671e6
commit dc7082f264

View file

@ -77,7 +77,6 @@ void LoadScripts()
{
cycle_t timer;
PClass::StaticInit();
PType::StaticInit();
InitImports();
timer.Reset(); timer.Clock();