b3994f430d52 — Quintillus 1.29 5 years ago
Rename a method on PRTO; already done on the Annotations branch.  This will also test if committing from OS X causes line endings to have an issue.  I think I set up the eol extension so it won't, but am not very confident about that.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main/java/com/civfanatics/civ3/biqFile/PRTO.java
M src/main/java/com/civfanatics/civ3/biqFile/PRTO.java +1 -1
@@ 1768,7 1768,7 @@ public class PRTO extends BIQSection{
         return this.ignoreMovementCost[terrainIndex];
     }
     
-    public boolean getIgnoreTerrain(int terrainIndex)
+    public boolean ignoresTerrain(int terrainIndex)
     {
         return this.ignoreMovementCost[terrainIndex] > 0;
     }