Changeset c3ad11c in advance-wars for src/com/medievaltech/advancewars/Map.java
- Timestamp:
- Aug 26, 2011, 9:54:05 PM (14 years ago)
- Branches:
- master
- Children:
- 511177b
- Parents:
- 99433bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/medievaltech/advancewars/Map.java
r99433bb rc3ad11c 62 62 Unit u = grid[x][y].currentUnit; 63 63 //p.println(u.type); 64 //we also need to save the owner of the unit 64 65 p.println(u.location.x+","+u.location.y); 65 66 }
Note:
See TracChangeset
for help on using the changeset viewer.