- 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
|
|
@ -711,6 +711,7 @@ static void CalcPosVel(int type, const AActor *actor, const sector_t *sector,
|
|||
{
|
||||
case SOURCE_None:
|
||||
default:
|
||||
pos->Zero();
|
||||
break;
|
||||
|
||||
case SOURCE_Actor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue