Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 5:52:29 PM (11 years ago)
Author:
landauf
Message:

renamed CreateFactory() as RegisterClass() to be more consistent with the corresponding RegisterObject() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/controllers/NewHumanController.cc

    r9629 r9638  
    5656    SetConsoleCommand("NewHumanController", "unfire",     &NewHumanController::unfire    ).keybindMode(KeybindMode::OnRelease).addShortcut();
    5757
    58     CreateUnloadableFactory(NewHumanController);
     58    RegisterUnloadableClass(NewHumanController);
    5959
    6060    NewHumanController* NewHumanController::localController_s = 0;
Note: See TracChangeset for help on using the changeset viewer.