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:
beedee
2007-07-07 07:57:07 +00:00
parent a8ea8d624a
commit 3f052e425f
3 changed files with 27 additions and 1 deletions

View File

@@ -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);