Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2006, 4:10:17 PM (18 years ago)
Author:
hdavid
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.cc

    r7514 r7519  
    7575    PRINTF(4)("element is: %s\n", element->Value());
    7676    Factory::fabricate(element);
     77   
     78    BaseObject* bo = Factory::fabricate(element);
     79    if( bo == NULL)
     80      PRINTF(0)(" Could not create Element %s\n", element->Value());
    7781  }
    7882  LOAD_PARAM_END_CYCLE(element);
     
    8791  {
    8892    PRINTF(4)("element is: %s\n", element->Value());
    89     Factory::fabricate(element);
    9093  }
    9194  LOAD_PARAM_END_CYCLE(element);
Note: See TracChangeset for help on using the changeset viewer.