Changeset 9074 in orxonox.OLD for branches/presentation/src/story_entities
- Timestamp:
- Jul 3, 2006, 11:55:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/story_entities/game_world.cc
r9061 r9074 336 336 this->dataTank->localPlayer->getPlayable()->setPlaymode(playmode)) 337 337 { 338 PRINTF( 3)("Set Playmode to %d:%s\n", playmode, Playable::playmodeToString(playmode).c_str());338 PRINTF(4)("Set Playmode to %d:%s\n", playmode, Playable::playmodeToString(playmode).c_str()); 339 339 } 340 340 else 341 341 { 342 PRINTF( 1)("Unable to set Playmode %d:'%s'\n", playmode, Playable::playmodeToString(playmode).c_str());342 PRINTF(2)("Unable to set Playmode %d:'%s'\n", playmode, Playable::playmodeToString(playmode).c_str()); 343 343 } 344 344 }
Note: See TracChangeset
for help on using the changeset viewer.