Revert "Merge branch 'Isometric-Dev' into master"

This reverts commit ae0648fccc, reversing
changes made to d7243e8265.
This commit is contained in:
Justin Marshall
2020-08-06 15:50:30 -07:00
parent ae0648fccc
commit 6685b5d51a
433 changed files with 8487 additions and 172344 deletions
-1
View File
@@ -495,7 +495,6 @@ void TerrainClass::AI(void)
if ((*this == TERRAIN_MINE) && (Frame % (Rule.GrowthRate * TICKS_PER_MINUTE)) == 0) {
Map[::As_Cell(As_Target())].Spread_Tiberium(true);
}
if (StageClass::Graphic_Logic()) {
Mark();