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/libraries/tools/Timer.cc

    r7233 r7236  
    3939namespace orxonox
    4040{
    41     _SetConsoleCommand("delay", &delay).argumentCompleter(1, autocompletion::command());
    42     _SetConsoleCommand("killdelays", &killdelays);
     41    SetConsoleCommand("delay", &delay).argumentCompleter(1, autocompletion::command());
     42    SetConsoleCommand("killdelays", &killdelays);
    4343
    4444    static std::set<Timer*> delaytimerset;
Note: See TracChangeset for help on using the changeset viewer.