Things are more complicated than they seemed at first...

... but I think I got it.

Also fixed (hopefully) a number of other AI viewing bugs.
This commit is contained in:
Uristqwerty
2012-05-19 02:23:37 -04:00
parent 36be326da7
commit b6e4da901a
3 changed files with 35 additions and 10 deletions

View File

@@ -579,7 +579,9 @@
if(C.network == newnet)
cameralist.Add(C)
switchCamera( pick(cameralist) )
if(length(cameralist))
switchCamera( pick(cameralist) )
src << "\blue Jumped to [newnet] camera network."
//End of code by Mord_Sith
//cael - with the multiple onstation networks all linked together, changing networks is legacy functionality