Changeset bdd63ba in advance-wars for src/com/medievaltech/advancewars/Tile.java


Ignore:
Timestamp:
Jun 4, 2011, 6:55:31 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
379005b
Parents:
113d7cf
Message:

Clicking on a unit and then clicking on a tile in its range will move the unit there, provided there is no other unit currently on that tile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/advancewars/Tile.java

    r113d7cf rbdd63ba  
    3737        }
    3838       
    39         public void removeUnit(Unit unit) {
     39        public void removeUnit() {
    4040                if(currentUnit != null) {
    4141                        currentUnit = null;
Note: See TracChangeset for help on using the changeset viewer.