git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1340 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -9,10 +9,10 @@ namespace OpenRa.Game
|
||||
protected Animation animation;
|
||||
protected int2 location;
|
||||
|
||||
public Building( string name, int2 location, int palette )
|
||||
public Building( string name, int2 location, Player owner )
|
||||
{
|
||||
this.location = location;
|
||||
this.palette = palette;
|
||||
this.owner = owner;
|
||||
|
||||
animation = new Animation( name );
|
||||
animation.PlayThen( "make", delegate { animation.Play( "idle" ); } );
|
||||
|
||||
Reference in New Issue
Block a user