Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7463 in orxonox.OLD for trunk/src/util/kill_target.h


Ignore:
Timestamp:
May 1, 2006, 4:03:01 PM (19 years ago)
Author:
patrick
Message:

mission goals now get loaded correctly with all attributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/kill_target.h

    r7462 r7463  
    2626
    2727    void setNumberOfKills( int kills) { this->numberOfKills = kills; }
    28     void setTartetClassID( int classID) { this->targetClassID = classID; }
     28    void setTargetClassID( int classID) { this->targetClassID = classID; }
     29    void setTargetClassName( char* className) {}
    2930
    3031
Note: See TracChangeset for help on using the changeset viewer.