Changeset 8466 in orxonox.OLD for branches/network/src/util/multiplayer_team_deathmatch.cc
- Timestamp:
- Jun 15, 2006, 2:46:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.cc
r8459 r8466 305 305 return CL_SPECTATOR; 306 306 307 if ( team == 0 )307 if ( team == 0 || team == 1 ) 308 308 return CL_SPACE_SHIP; 309 310 if ( team == 1)311 return CL_TURBINE_HOVER;312 309 313 310 assert( false ); … … 318 315 if ( team == 0 ) 319 316 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"; 322 319 else 323 320 return "";
Note: See TracChangeset
for help on using the changeset viewer.