This commit is contained in:
alzeih
2010-06-20 17:48:20 +12:00
parent a00a5433e4
commit a1ffb68e22
4 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -51,3 +51,5 @@ packaging/osx/launcher/OpenRA.xcodeproj/*.mode1v3
temp.c temp.c
temp.o temp.o
temp.s temp.s
*.config

View File

@@ -23,6 +23,8 @@ namespace OpenRA.Widgets
{ {
ImageName = (other as ImageWidget).ImageName; ImageName = (other as ImageWidget).ImageName;
GetImageName = (other as ImageWidget).GetImageName; GetImageName = (other as ImageWidget).GetImageName;
ImageCollection = (other as ImageWidget).ImageCollection;
GetImageCollection = (other as ImageWidget).GetImageCollection;
} }
public override Widget Clone() public override Widget Clone()

0
mods/cnc/packages/.gitignore vendored Normal file
View File

0
mods/ra/packages/.gitignore vendored Normal file
View File