mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- removed duplicate PClass::StaticInit call.
This commit is contained in:
parent
12619671e6
commit
dc7082f264
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ void LoadScripts()
|
||||||
{
|
{
|
||||||
cycle_t timer;
|
cycle_t timer;
|
||||||
|
|
||||||
PClass::StaticInit();
|
|
||||||
PType::StaticInit();
|
PType::StaticInit();
|
||||||
InitImports();
|
InitImports();
|
||||||
timer.Reset(); timer.Clock();
|
timer.Reset(); timer.Clock();
|
||||||
|
|
Loading…
Reference in a new issue