Old revision #pzm7gfeee | New revision #pb5h0iyqg | ||
---|---|---|---|
2 | 2 | ||
3 | 3 | ||
4 | int t2 = t + TileOffsByDiagDir(d); | 4 | int t2 = t + TileOffsByDiagDir(d); |
5 | 5 | /* I need a big comment here */ | |
6 | if (IsWaterTile(t2)) { | 6 | if (IsWaterTile(t2)) { |
7 | if (HasTileWaterClass(t2) && GetWaterClass(t2) == WATER_CLASS_RIVER) { | 7 | if (HasTileWaterClass(t2) && GetWaterClass(t2) == WATER_CLASS_RIVER) { |
8 | if (HasBit(_me[t2].m6, 0)) { | 8 | if (HasBit(_me[t2].m6, 0)) { |
9 | |||
10 | } else { | 9 | } else { |
11 | o = GetTileOwner(t2); | 10 | o = GetTileOwner(t2); |
12 | } | 11 | } | … | … |
15 | if (wc == WATER_CLASS_SEA) { | 14 | if (wc == WATER_CLASS_SEA) { |
16 | o = OWNER_WATER; | 15 | o = OWNER_WATER; |
17 | } else { | 16 | } else { |
18 | |||
19 | } | 17 | } |
20 | } | 18 | } |
21 | } | 19 | } |