Pulling from origin master.
authorchsieh <chester.developer@hotmail.com>
Mon, 9 May 2011 00:16:45 +0000 (17:16 -0700)
committerchsieh <chester.developer@hotmail.com>
Mon, 9 May 2011 00:16:45 +0000 (17:16 -0700)
1  2 
src/tanks/Game.h

@@@ -8,11 -8,11 +8,10 @@@
  
  #import <Foundation/Foundation.h>
  #import "Sparrow.h"
- #import "Game/Unit/Unit.h"
+ #import "tanks/unit/Unit.h"
  
 -
  @interface Game : SPStage
  
- @property(nonatomic, assign) Unit* unit;
+ @property(retain) Unit* unit;
  
  @end