mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- Duke: Do not call Initialize()
for player actors.
The base function is doing things not meant for players, and we do not have a proper class yet that can deal with it.
This commit is contained in:
parent
7554808104
commit
50d406be4e
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ DDukeActor* spawninit(DDukeActor* actj, DDukeActor* act, TArray<DDukeActor*>* ac
|
|||
ChangeActorStat(act, STAT_MISC);
|
||||
else
|
||||
ChangeActorStat(act, STAT_PLAYER);
|
||||
CallInitialize(act);
|
||||
//CallInitialize(act);
|
||||
}
|
||||
return act;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue