Changeset 4013 in orxonox.OLD
- Timestamp:
- May 2, 2005, 3:58:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r4010 r4013 74 74 { 75 75 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; 77 77 } 78 78 if( this->model == NULL)
Note: See TracChangeset
for help on using the changeset viewer.