Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9074 in orxonox.OLD for branches/presentation/src/story_entities


Ignore:
Timestamp:
Jul 3, 2006, 11:55:31 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better 2d-playable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/story_entities/game_world.cc

    r9061 r9074  
    336336      this->dataTank->localPlayer->getPlayable()->setPlaymode(playmode))
    337337  {
    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());
    339339  }
    340340  else
    341341  {
    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());
    343343  }
    344344}
Note: See TracChangeset for help on using the changeset viewer.