Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4390 in orxonox.OLD


Ignore:
Timestamp:
May 30, 2005, 12:17:37 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: flushing work state

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4388 r4390  
    166166  localinput = new CommandNode(configfilename);
    167167
    168   EventHandler::getInstance()->test();
     168  //EventHandler::getInstance()->test();
    169169 
    170170  return 0;
  • orxonox/trunk/src/util/event/event_handler.cc

    r4389 r4390  
    198198  PRINT(0)("\n==========================| EventHandler::test () |===\n"); 
    199199  PRINT(0)("Eventhandler init successfuly\n");
    200   KeyMapper km;
     200  //KeyMapper km;
    201201  PRINT(0)("KeyMapper loaded\n");
    202202  //km.loadKeyBindings();
    203   km.debug();
     203  //km.debug();
    204204
    205205  PRINT(0)("=======================================================\n");     
Note: See TracChangeset for help on using the changeset viewer.