Changeset 78d3c6f in advance-wars for src/com/medievaltech/game/Unit.java


Ignore:
Timestamp:
Feb 5, 2011, 11:01:49 PM (14 years ago)
Author:
aluthra <devnull@…>
Branches:
master
Children:
b23048f
Parents:
b97a618
Message:

Minor changes to Unit and Soldier constructors

File:
1 edited

Legend:

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

    rb97a618 r78d3c6f  
    3333        public Point location;
    3434       
    35         public Unit(Paint p) {
     35        public Unit(Paint p)
     36        {
    3637                this.p = p;
     38                maxHealth = 10;
     39                currentHealth = 10;
     40               
    3741        }
    3842       
Note: See TracChangeset for help on using the changeset viewer.