Buildings now aware of what race they are owned by
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1134 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenRa.TechTreeTest
|
||||
box.SizeMode = PictureBoxSizeMode.AutoSize;
|
||||
box.Image = b.Icon;
|
||||
|
||||
toolTip1.SetToolTip(box, b.Tag);
|
||||
toolTip1.SetToolTip(box, b.Tag + "\n" + b.Owner.ToString());
|
||||
|
||||
buildableItems.Controls.Add(box);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user