Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2006, 7:07:24 PM (17 years ago)
Author:
muellmic
Message:

changed roll- handling at left/right translation

File:
1 edited

Legend:

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

    r9869 r10032  
    346346      this->dataTank->localPlayer->getPlayable()->setPlaymode(playmode))
    347347  {
    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());
    349349  }
    350350  else
    351351  {
    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());
    353353  }
    354354}
Note: See TracChangeset for help on using the changeset viewer.