Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9651 in orxonox.OLD


Ignore:
Timestamp:
Jul 31, 2006, 3:10:27 PM (18 years ago)
Author:
patrick
Message:

killing works again: @bensch: could you perhaps add an explosion on the TurbineHover::destroy() function, thx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/multiplayer_team_deathmatch.cc

    r9650 r9651  
    758758  PlayerStats & killerStats = *PlayerStats::getStats( killerUserId );
    759759
    760   if ( killerStats.getPlayable() != NULL || victimStats.getPlayable() != NULL)
     760  if ( killerStats.getPlayable() == NULL || victimStats.getPlayable() == NULL)
    761761  {
    762762    PRINTF(0)("killerStats.getPlayable() != NULL || victimStats.getPlayable() != NULL\n");
Note: See TracChangeset for help on using the changeset viewer.