add a note for later

This commit is contained in:
Chris Forbes
2010-12-27 12:16:20 +13:00
parent 50834911fe
commit c6f1740875

View File

@@ -142,6 +142,8 @@ namespace OpenRA.Mods.RA
this.power = power;
this.sourceLocation = sourceLocation;
this.range = (power.Info as ChronoshiftPowerInfo).Range;
// todo: this burns up more texture space every time someone uses chronoshift.
validTile = UiOverlay.SynthesizeTile(0x0f);
invalidTile = UiOverlay.SynthesizeTile(0x08);
sourceTile = UiOverlay.SynthesizeTile(0x04);