Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7249 in orxonox.OLD for branches/preferences/src/lib/event


Ignore:
Timestamp:
Mar 24, 2006, 7:09:08 PM (19 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/event/key_mapper.cc

    r7248 r7249  
    186186  for ( std::list<std::string>::const_iterator it = keys.begin(); it!=keys.end(); it++ )
    187187  {
    188     PRINTF(0)("Keys: Parsing %s, %s now.\n", it->c_str(), Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, "").c_str());
     188    PRINTF(3)("Keys: Parsing %s, %s now.\n", it->c_str(), Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, "").c_str());
    189189    // map the name to an sdl index
    190190    index = nameToIndex (Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, ""));
Note: See TracChangeset for help on using the changeset viewer.