Changeset 41c11dd in advance-wars for src/com/medievaltech/advancewars/Game.java


Ignore:
Timestamp:
Aug 27, 2011, 1:56:46 AM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
331d180
Parents:
511177b
Message:

Added cities to the game, moved the map to a new static class, and added incomplete support for capturing cities with soldiers.

File:
1 edited

Legend:

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

    r511177b r41c11dd  
    5151                try {
    5252                        PrintWriter p = new PrintWriter(new FileWriter(android.os.Environment.getExternalStorageDirectory()+"/save.txt"));
    53                         mThread.mMap.save(p);
     53                        Static.map.save(p);
    5454                        p.close();
    5555                }catch(IOException ioe) {
Note: See TracChangeset for help on using the changeset viewer.