Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5141 in orxonox.OLD for trunk/src/util/shell.cc


Ignore:
Timestamp:
Aug 26, 2005, 4:04:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved helper-functions to helper-functions.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5137 r5141  
    494494  if (event.bPressed)
    495495  {
    496     PRINTF(4)("Shell received command %s\n", SDLKToKeyname(event.type));
     496    PRINTF(5)("Shell received command %s\n", SDLKToKeyname(event.type));
    497497    if (event.type == SDLK_BACKQUOTE)
    498498    {
Note: See TracChangeset for help on using the changeset viewer.