(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
This commit is contained in:
@@ -443,7 +443,7 @@ static void DrawTile_Trees(TileInfo *ti)
|
||||
|
||||
DrawClearLandFence(ti);
|
||||
|
||||
/* Do not draw trees when the invisible trees patch and transparency tree are set */
|
||||
/* Do not draw trees when the invisible trees setting is set */
|
||||
if (IsInvisibilitySet(TO_TREES)) return;
|
||||
|
||||
uint16 tmp = ti->x;
|
||||
|
Reference in New Issue
Block a user