- Added virtual getters for Z and TileID to TWorldItem

- Added ghost information to TMap
- Added ghost tiles (currently for map tiles only)
This commit is contained in:
2009-12-04 00:58:59 +01:00
parent 2fdbc698ac
commit be9d56f7c9
5 changed files with 183 additions and 59 deletions

View File

@@ -40,7 +40,7 @@ uses
UfrmLargeScaleCommand, UfrmVirtualLayer, UfrmFilter, UfrmTileInfo,
UGUIPlatformUtils, UPlatformTypes, UfrmRegionControl, UPackets,
UPacketHandlers, UAdminHandling, UGameResources, ULandscape, UfrmToolWindow,
Logging, UMap, UWorldItem, UStatics;
Logging, UMap, UWorldItem, UStatics, UTiledata;
{$IFDEF WINDOWS}{$R CentrED.rc}{$ENDIF}