Changeset 9055 in orxonox.OLD for branches/multi_player_map
- Timestamp:
- Jul 3, 2006, 5:45:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/util/multiplayer_team_deathmatch.cc
r9049 r9055 295 295 296 296 if ( team == 0 || team == 1 ) 297 return CL_ SPACE_SHIP;297 return CL_FPS_PLAYER; 298 298 299 299 assert( false ); … … 303 303 { 304 304 if ( team == 0 ) 305 return "models/ ships/reap_#.obj";305 return "models/creatures/doom_guy.md2"; 306 306 else if ( team == 1 ) 307 return "models/ ships/fighter.obj";307 return "models/creatures/doom_guy.md2"; 308 308 else 309 309 return "";
Note: See TracChangeset
for help on using the changeset viewer.