Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/example/helloandroid/Planet.java

    r61c4fbc r95509e1  
    6262        public int getRadius() {
    6363                return radius;
     64        }
     65       
     66        public int getFaction() {
     67                return faction;
    6468        }
    6569       
     
    128132       
    129133        public void update() {
    130                 if(faction != 0)
    131                         numShips++;
     134                //if(faction != 0)
     135                        //numShips++;
    132136               
    133137        }
Note: See TracChangeset for help on using the changeset viewer.