Changeset 9324 in orxonox.OLD for branches/terrain/src/lib/graphics/importer/bsp_manager.cc
- Timestamp:
- Jul 18, 2006, 12:04:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/bsp_manager.cc
r9110 r9324 196 196 this->outputFraction = 1.0f; 197 197 198 if ( viscluster < 0 || ((int *)(this->bspFile->header))[35] == 0 ) //!< if (sizeof(Visdata) == 0) 198 if ( ( viscluster < 0 ) || 199 ( bspFile->header.lumps[Visdata].length == 0 ) ) //!< if (sizeof(Visdata) == 0) 199 200 { 200 201
Note: See TracChangeset
for help on using the changeset viewer.