Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8466 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 2:46:28 PM (18 years ago)
Author:
rennerc
Message:

both teams have SpaceShips again

File:
1 edited

Legend:

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

    r8459 r8466  
    305305    return CL_SPECTATOR;
    306306 
    307   if ( team == 0 )
     307  if ( team == 0 || team == 1 )
    308308    return CL_SPACE_SHIP;
    309  
    310   if ( team == 1)
    311     return CL_TURBINE_HOVER;
    312309 
    313310  assert( false );
     
    318315  if ( team == 0 )
    319316    return "models/ships/reap_#.obj";
    320  // else if ( team == 1 )
    321  //   return "models/ships/fighter.obj";
     317  else if ( team == 1 )
     318    return "models/ships/fighter.obj";
    322319  else
    323320    return "";
Note: See TracChangeset for help on using the changeset viewer.