Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7676 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
May 18, 2006, 11:46:23 AM (18 years ago)
Author:
bensch
Message:

some POD's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r7474 r7676  
    293293    if (event.bPressed)
    294294    {
    295       PRINTF(5)("Shell received command %s\n", SDLKToKeyname(event.type));
     295      PRINTF(5)("Shell received command %s\n", SDLKToKeyname(event.type).c_str());
    296296      if (event.type == SDLK_F1)
    297297        this->help();
Note: See TracChangeset for help on using the changeset viewer.