Changeset 154 for trunk/LocalPlayer/IsoEngine.pas
- Timestamp:
- Nov 8, 2018, 9:48:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/IsoEngine.pas
r150 r154 1092 1092 TSprite(x, y, SpecialCol + SpecialRow * TerrainIconCols) 1093 1093 else if (SpecialCol = fForest) and IsJungle(dy) then 1094 TSprite(x, y, 8 + 17 * TerrainIconCols+ SpecialRow * TerrainIconCols)1094 TSprite(x, y, spJungle - 1 + SpecialRow * TerrainIconCols) 1095 1095 else 1096 TSprite(x, y, 8 + 2 * TerrainIconCols + (SpecialCol - fForest) * 2 + SpecialRow* TerrainIconCols);1096 TSprite(x, y, spForest - 1 + ((SpecialCol - fForest) * 2 + SpecialRow) * TerrainIconCols); 1097 1097 end; 1098 1098
Note:
See TracChangeset
for help on using the changeset viewer.