Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2009, 5:01:45 PM (15 years ago)
Author:
vmikos
Message:

final version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gametypes/src/orxonox/objects/gametypes/TeamBaseMatch.h

    r2934 r2985  
    2323 *      Fabian 'x3n' Landau
    2424 *   Co-authors:
    25  *      ...
     25 *      Val Mikos
    2626 *
    2727 */
     
    5959            virtual bool allowPawnDeath(Pawn* victim, Pawn* originator = 0);
    6060
     61            virtual bool allowPawnDamage(Pawn* victim, Pawn* originator);
     62
     63
     64
    6165            // give information about the state of a base
    6266            // (this should be pretty useless atm)
     
    7882            void winPoints();
    7983
     84
     85            bool pawnsAreInTheSameTeam(Pawn* pawn1, TeamBaseMatchBase* base);
     86            using TeamDeathmatch::pawnsAreInTheSameTeam;
     87
    8088            std::set<TeamBaseMatchBase*> bases_;
    8189            Timer<TeamBaseMatch> scoreTimer_;
Note: See TracChangeset for help on using the changeset viewer.