Changeset 69f6f01 in galcon-client for src/com/example/helloandroid/Fleet.java
- Timestamp:
- Jun 10, 2010, 3:23:14 AM (15 years ago)
- Branches:
- master
- Children:
- 38ac100
- Parents:
- 647a312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Fleet.java
r647a312 r69f6f01 22 22 private boolean isClockwise; 23 23 24 /* Optimi sing: pre-calculate paths */24 /* Optimizing: pre-calculate paths */ 25 25 public Fleet(Planet source, Planet destination, int numShips, int faction) { 26 26 source.setNumShips(source.getNumShips()-numShips);
Note:
See TracChangeset
for help on using the changeset viewer.