Bug in the freeciv spec.
authorbdemsky <bdemsky>
Tue, 17 Aug 2004 17:54:26 +0000 (17:54 +0000)
committerbdemsky <bdemsky>
Tue, 17 Aug 2004 17:54:26 +0000 (17:54 +0000)
Repair/RepairCompiler/MCC/specs/freeciv/test.constraints

index edd80391968be418fa59e12485f898eeabaf898f..e1ea1e99f193eca8acab3ecf765fe03555a0b080 100755 (executable)
@@ -1,5 +1,5 @@
 [],sizeof(MAP)=1;
 [],sizeof(GRID)=1;
-[forall t in TILE],t.TERRAIN>=0 and t.TERRAIN<=12;
+[forall t in TILE],t.TERRAIN>=0 and t.TERRAIN<=11;
 [forall c in CITY],sizeof(c.~CITYMAP)=1;
 [forall c in CITY],!c.~CITYMAP.TERRAIN=7;