Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7488 in orxonox.OLD for trunk/src/util/game_rules.h


Ignore:
Timestamp:
May 3, 2006, 12:03:47 AM (18 years ago)
Author:
patrick
Message:

orxonox: mission manager less verbose and more secure now

File:
1 edited

Legend:

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

    r7486 r7488  
    3434    inline void addMissionGoal(MissionGoal* missionGoal) { this->missionList.push_back(missionGoal); }
    3535    /** adding a kill event to the kill list @param kill the kill object containing all infos */
    36     inline void registerKill(const Kill& kill) { this->killList.push_back(kill); }
     36    inline void registerKill(const Kill& kill) { PRINTF(0)("Received Event: Kill\n"); this->killList.push_back(kill); }
    3737
    3838    virtual void onPlayerSpawn() {}
Note: See TracChangeset for help on using the changeset viewer.