]> git.scottworley.com Git - planeteer/commitdiff
Fix sloppiness while considering private planets
authorScott Worley <sworley@chkno.net>
Tue, 29 Nov 2011 15:29:11 +0000 (07:29 -0800)
committerScott Worley <sworley@chkno.net>
Tue, 29 Nov 2011 15:29:11 +0000 (07:29 -0800)
planeteer.go

index cf68301949b891975e8d8b12a042bf153bc6d81f..cfde30f1cca565d37f7fdaba68323ee62d6800a9 100644 (file)
@@ -426,6 +426,7 @@ func CellValue(data planet_data, dims []int, table []State, addr []int) int32 {
                                }
                        }
                }
+               other[Traded] = addr[Traded]
        }
 
        /* Buy a Device of Cloaking */