Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4018 in orxonox.OLD


Ignore:
Timestamp:
May 2, 2005, 11:02:25 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: small fix, that sets the className to NULL by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/factory.cc

    r4010 r4018  
    3232Factory::Factory (const char* name)
    3333{
     34  this->className = NULL;
    3435  this->setClassname(name);
    3536  next = NULL;
     
    7475void Factory::initialize()
    7576{
    76   assert( classname != NULL);
    7777  GameLoader* gl = GameLoader::getInstance();
    7878  gl->registerFactory( this);
Note: See TracChangeset for help on using the changeset viewer.