Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:51:04 AM (14 years ago)
Author:
landauf
Message:

replaced the temporary names of all ConsoleCommand related classes and functions by their real names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc

    r7219 r7236  
    4646
    4747  /* add commands to console */
    48   _SetConsoleCommand( "startchat", &ChatInputHandler::activate_static );
    49   _SetConsoleCommand( "startchat_small", &ChatInputHandler::activate_small_static );
     48  SetConsoleCommand( "startchat", &ChatInputHandler::activate_static );
     49  SetConsoleCommand( "startchat_small", &ChatInputHandler::activate_small_static );
    5050
    5151  /* constructor */
Note: See TracChangeset for help on using the changeset viewer.