1.1.2 update (small hotfix):
- Fix missing click sound on teleport capsules.
This commit is contained in:
parent
6820c4deba
commit
ac4881ce51
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue