1.1.2 update (small hotfix):

- Fix missing click sound on teleport capsules.
This commit is contained in:
Marisa the Magician 2020-01-13 08:23:20 +01:00
commit ac4881ce51
2 changed files with 3 additions and 3 deletions

View file

@ -213,7 +213,7 @@ Class UTranslocator : UnrealWeapon
}
if ( Warp(self,newpos.x,newpos.y,newpos.z,flags:WARPF_ABSOLUTEPOSITION|WARPF_TESTONLY) && TeleportMove(newpos,true) )
{
A_StartSound("flak/click",CHAN_WEAPON);
A_StartSound("uflak/click",CHAN_WEAPON);
SpawnTeleportFog(oldpos,true,false);
SpawnTeleportFog(newpos,false,false);
player.fov = min(175,player.desiredfov+60);