Changeset 8055 in orxonox.OLD for trunk/src/world_entities/playable.cc
- Timestamp:
- Jun 1, 2006, 1:10:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r7954 r8055 502 502 if (playmode == Playable::playmodeNames[3]) 503 503 return Playable::Full3D; 504 if (playmode == Playable::playmodeNames[4]) 505 return Playable::FirstPerson; 504 506 505 507 return Playable::Full3D; … … 524 526 case Playable::Full3D: 525 527 return Playable::playmodeNames[3]; 528 case Playable::FirstPerson: 529 return Playable::playmodeNames[4]; 526 530 527 531 default: … … 538 542 "Horizontal", 539 543 "FromBehind", 540 "Full3D" 544 "Full3D", 545 "FirstPerson" 541 546 };
Note: See TracChangeset
for help on using the changeset viewer.