- Timestamp:
- Aug 26, 2010, 12:09:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc
r7207 r7219 46 46 47 47 /* add commands to console */ 48 SetConsoleCommandAlias( ChatInputHandler, activate_static, "startchat", 49 true ); 50 SetConsoleCommandAlias( ChatInputHandler, activate_small_static, 51 "startchat_small", true ); 48 _SetConsoleCommand( "startchat", &ChatInputHandler::activate_static ); 49 _SetConsoleCommand( "startchat_small", &ChatInputHandler::activate_small_static ); 52 50 53 51 /* constructor */
Note: See TracChangeset
for help on using the changeset viewer.