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
|
|
@ -3,7 +3,7 @@
|
||||||
The Unreal 1 counterpart to Doom Tournament. Adds Unreal 1 weapons and items
|
The Unreal 1 counterpart to Doom Tournament. Adds Unreal 1 weapons and items
|
||||||
(including dummied out stuff and others).
|
(including dummied out stuff and others).
|
||||||
|
|
||||||
This mod requires GZDoom 4.2.4 or later, and runs on top of Doom Tournament.
|
This mod requires GZDoom 4.3 or later, and runs on top of Doom Tournament.
|
||||||
|
|
||||||
## Currently Implemented
|
## Currently Implemented
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ This mod requires GZDoom 4.2.4 or later, and runs on top of Doom Tournament.
|
||||||
|
|
||||||
## In progress
|
## In progress
|
||||||
|
|
||||||
- N/A, this is the 1.1.1 release.
|
- N/A, this is the 1.2.1 release.
|
||||||
|
|
||||||
## Planned
|
## Planned
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ Class UTranslocator : UnrealWeapon
|
||||||
}
|
}
|
||||||
if ( Warp(self,newpos.x,newpos.y,newpos.z,flags:WARPF_ABSOLUTEPOSITION|WARPF_TESTONLY) && TeleportMove(newpos,true) )
|
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(oldpos,true,false);
|
||||||
SpawnTeleportFog(newpos,false,false);
|
SpawnTeleportFog(newpos,false,false);
|
||||||
player.fov = min(175,player.desiredfov+60);
|
player.fov = min(175,player.desiredfov+60);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue