Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2005, 3:58:52 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the Bug, that crashed the second level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.cc

    r4010 r4013  
    7474    {
    7575      PRINTF(0)("WorldEntity is missing a proper 'model'\n");
    76       this->model = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN);
     76      this->model = NULL;
    7777    }
    7878  if( this->model == NULL)
Note: See TracChangeset for help on using the changeset viewer.