Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2006, 9:58:58 PM (18 years ago)
Author:
bensch
Message:

some more WorldEntities adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/fast_factory.h

    r9703 r9707  
    3838 * static FastFactory*         fastFactory;
    3939 */
    40 #define CREATE_FAST_FACTORY_STATIC(CLASS_NAME, CLASS_ID) \
    41   FastFactory* CLASS_NAME::fastFactory = tFastFactory<CLASS_NAME>::getFastFactory(CLASS_ID, #CLASS_NAME)
     40#define CREATE_FAST_FACTORY_STATIC(CLASS_NAME) \
     41  FastFactory* CLASS_NAME::fastFactory = tFastFactory<CLASS_NAME>::getFastFactory(CLASS_NAME::classID(), #CLASS_NAME)
    4242
    4343//! A struct, that holds Lists of Objects of a certain type.
Note: See TracChangeset for help on using the changeset viewer.