mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
66ce8915fb
2 changed files with 10 additions and 1 deletions
|
@ -3472,7 +3472,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_CheckLOF)
|
|||
else return;
|
||||
|
||||
angle >>= ANGLETOFINESHIFT;
|
||||
pitch = (0-pitch)>>ANGLETOFINESHIFT;
|
||||
pitch >>= ANGLETOFINESHIFT;
|
||||
|
||||
vx = FixedMul (finecosine[pitch], finecosine[angle]);
|
||||
vy = FixedMul (finecosine[pitch], finesine[angle]);
|
||||
|
|
|
@ -397,6 +397,15 @@ A53AE580A4AF2B5D0B0893F86914781E // TNT: Evilution map31
|
|||
setthingflags 470 2016
|
||||
}
|
||||
|
||||
4CB7AAC5C43CF32BDF05FD36481C1D9F // Plutonia: Revisited map27
|
||||
{
|
||||
setlinespecial 1214 Plat_DownWaitUpStayLip 20 64 150 0 0
|
||||
setlinespecial 1215 Plat_DownWaitUpStayLip 20 64 150 0 0
|
||||
setlinespecial 1216 Plat_DownWaitUpStayLip 20 64 150 0 0
|
||||
setlinespecial 1217 Plat_DownWaitUpStayLip 20 64 150 0 0
|
||||
setlinespecial 1227 Plat_DownWaitUpStayLip 20 64 150 0 0
|
||||
}
|
||||
|
||||
D0139194F7817BF06F3988DFC47DB38D // Whispers of Satan map29
|
||||
{
|
||||
nopassover
|
||||
|
|
Loading…
Reference in a new issue