Merge branch 'devel' into experimental
This commit is contained in:
commit
c36a730d13
13 changed files with 42 additions and 36 deletions
|
|
@ -47,7 +47,7 @@ Class MinigunTracer : Actor
|
|||
override void Tick()
|
||||
{
|
||||
Super.Tick();
|
||||
if ( level.frozen || globalfreeze ) return;
|
||||
if ( isFrozen() ) return;
|
||||
Vector3 dir = level.Vec3Diff(pos,dest);
|
||||
if ( dir.length() < 160 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue