Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9055 in orxonox.OLD for branches/multi_player_map


Ignore:
Timestamp:
Jul 3, 2006, 5:45:18 PM (18 years ago)
Author:
rennerc
Message:

use fpsplayer

File:
1 edited

Legend:

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

    r9049 r9055  
    295295
    296296  if ( team == 0 || team == 1 )
    297     return CL_SPACE_SHIP;
     297    return CL_FPS_PLAYER;
    298298
    299299  assert( false );
     
    303303{
    304304  if ( team == 0 )
    305     return "models/ships/reap_#.obj";
     305    return "models/creatures/doom_guy.md2";
    306306  else if ( team == 1 )
    307     return "models/ships/fighter.obj";
     307    return "models/creatures/doom_guy.md2";
    308308  else
    309309    return "";
Note: See TracChangeset for help on using the changeset viewer.