Ignore:
File:
1 edited

Legend:

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

    r95509e1 r61c4fbc  
    6262        public int getRadius() {
    6363                return radius;
    64         }
    65        
    66         public int getFaction() {
    67                 return faction;
    6864        }
    6965       
     
    132128       
    133129        public void update() {
    134                 //if(faction != 0)
    135                         //numShips++;
     130                if(faction != 0)
     131                        numShips++;
    136132               
    137133        }
Note: See TracChangeset for help on using the changeset viewer.