Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2008, 3:01:24 AM (17 years ago)
Author:
landauf
Message:

changed Identifier initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/core/ConsoleCommand.h

    r1549 r1583  
    4242
    4343#define SetConsoleCommandGeneric(fakevariable, classname, command, bCreateShortcut) \
    44     orxonox::ConsoleCommand& fakevariable = orxonox::ClassIdentifier<classname>::getIdentifier()->addConsoleCommand(command, bCreateShortcut)
     44    orxonox::ConsoleCommand& fakevariable = orxonox::ClassIdentifier<classname>::getIdentifier(#classname)->addConsoleCommand(command, bCreateShortcut)
    4545
    4646
Note: See TracChangeset for help on using the changeset viewer.