Changeset 8834 in orxonox.OLD for branches/single_player_map/src/world_entities
- Timestamp:
- Jun 27, 2006, 4:39:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/world_entity.cc
r8778 r8834 193 193 PRINTF(1)("OBJ-File %s not found.\n", fileName.c_str()); 194 194 195 if( modelNumber == 0 )195 if( modelNumber == 0 && !this->isA(CL_WEAPON)) 196 196 this->buildObbTree(obbTreeDepth); 197 197 }
Note: See TracChangeset
for help on using the changeset viewer.