Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2008, 4:08:51 AM (16 years ago)
Author:
landauf
Message:

many changes, most important: BaseObject takes now a pointer to it's creator which is needed to build a level hierarchy (with different scenes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/Factory.cc

    r1940 r2019  
    104104        {
    105105            // To create the new branch of the class-hierarchy, we create a new object and delete it afterwards.
    106             BaseObject* temp = (*it).second->fabricate();
     106            BaseObject* temp = (*it).second->fabricate(0);
    107107            delete temp;
    108108        }
Note: See TracChangeset for help on using the changeset viewer.