Changeset 10032 in orxonox.OLD for branches/playability/src/story_entities
- Timestamp:
- Dec 6, 2006, 7:07:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/story_entities/game_world.cc
r9869 r10032 346 346 this->dataTank->localPlayer->getPlayable()->setPlaymode(playmode)) 347 347 { 348 PRINTF( 4)("Set Playmode to %d:%s\n", playmode, Playable::playmodeToString(playmode).c_str());348 PRINTF(0)("Set Playmode to %d:%s\n", playmode, Playable::playmodeToString(playmode).c_str()); 349 349 } 350 350 else 351 351 { 352 PRINTF( 2)("Unable to set Playmode %d:'%s'\n", playmode, Playable::playmodeToString(playmode).c_str());352 PRINTF(0)("Unable to set Playmode %d:'%s'\n", playmode, Playable::playmodeToString(playmode).c_str()); 353 353 } 354 354 }
Note: See TracChangeset
for help on using the changeset viewer.