Ignore:
File:
1 edited

Legend:

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

    r04a9a00 r69f6f01  
    2222        private boolean isClockwise;
    2323
    24         /* Optimising: pre-calculate paths */
     24        /* Optimizing: pre-calculate paths */
    2525        public Fleet(Planet source, Planet destination, int numShips, int faction) {
    2626                source.setNumShips(source.getNumShips()-numShips);
     
    248248                                }
    249249                        } else {
    250                                 angle = speed/(double)nearPlanet.radius;
     250                                angle = speed/(double)nearPlanet.radius*.1;
    251251                               
    252252                                if(isClockwise){
Note: See TracChangeset for help on using the changeset viewer.