Changeset bbee931 in advance-wars


Ignore:
Timestamp:
Feb 1, 2011, 11:39:20 PM (14 years ago)
Author:
Avil <devnull@…>
Branches:
master
Children:
5d77d43
Parents:
00c432c (diff), a79ce1b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with 4ea71410ecc8df175ca6d416dbdb0f393e2b3431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/game/Soldier.java

    r00c432c rbbee931  
    1212       
    1313        @Override
    14         public boolean move(Point point) {
     14        public void move(Point point) {
    1515                // TODO Auto-generated method stub
    16                 return false;
     16               
    1717        }
    1818
    1919        @Override
    20         public boolean attack(Point point) {
     20        public void attack(Point point) {
    2121                // TODO Auto-generated method stub
    22                 return false;
     22       
    2323        }
    2424
     
    4040                return null;
    4141        }
     42
     43        @Override
     44        public void draw() {
     45                // TODO Auto-generated method stub
     46               
     47        }
    4248       
    4349               
Note: See TracChangeset for help on using the changeset viewer.