- Update scripting branch to latest version of trunk.
SVN r3767 (scripting)
This commit is contained in:
commit
d85604da19
22 changed files with 99 additions and 105 deletions
|
|
@ -90,8 +90,8 @@ DEFINE_ACTION_FUNCTION(AActor, A_FogMove)
|
|||
if ((self->args[3] % 4) == 0)
|
||||
{
|
||||
weaveindex = self->special2;
|
||||
self->z += FloatBobOffsets[weaveindex]>>1;
|
||||
self->special2 = (weaveindex+1)&63;
|
||||
self->z += finesine[weaveindex << BOBTOFINESHIFT] * 4;
|
||||
self->special2 = (weaveindex + 1) & 63;
|
||||
}
|
||||
|
||||
angle = self->angle>>ANGLETOFINESHIFT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue