diff options
author | Evan Goers <mega@osirion.org> | 2011-07-31 19:02:31 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-07-31 19:02:31 +0000 |
commit | 62fb431a5e143f10079c6e66f3d57a34d852f75c (patch) | |
tree | a13f4a2748a85925d7a1d121b6aa63cb638f01b9 /base | |
parent | 4cffe409d7356d58e3329a75c15099c2af6d7ecb (diff) |
reverted flare->light change
Diffstat (limited to 'base')
-rw-r--r-- | base/maps/colonial/jumpgate.map | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/base/maps/colonial/jumpgate.map b/base/maps/colonial/jumpgate.map index 5c419c9..085a6d5 100644 --- a/base/maps/colonial/jumpgate.map +++ b/base/maps/colonial/jumpgate.map @@ -14657,15 +14657,15 @@ } // entity 33 { -"classname" "location_dock" -"origin" "2304 0 0" -"radius" "64" +"classname" "fx_flare" +"origin" "-2368 0 0" +"flare" "2" +"radius" "1024" +"_color" "0 0.733333 1" } // entity 34 { -"classname" "light" -"origin" "-2368.000000 0.000000 0.000000" -"light" "1024" -"flare" "2" -"_color" "0 0.733333 1" +"classname" "location_dock" +"origin" "2304 0 0" +"radius" "64" } |