- fixed: for unpositioned sounds the play position was never initialized and depended on random memory contents.
This commit is contained in:
parent
36a07b8e6e
commit
4e685f2b78
2 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,6 @@ IMPLEMENT_CLASS(APlayerPawn, false, true)
|
|||
IMPLEMENT_POINTERS_START(APlayerPawn)
|
||||
IMPLEMENT_POINTER(InvFirst)
|
||||
IMPLEMENT_POINTER(InvSel)
|
||||
IMPLEMENT_POINTER(FlechetteType)
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
void APlayerPawn::Serialize(FSerializer &arc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue