Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPReader.h
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPReader.h
r12359 r13041 186 186 }; 187 187 188 188 189 189 struct GameLump 190 190 { … … 194 194 int lump_offset; 195 195 int lump_length; 196 }; 197 198 196 }; 197 198 199 199 // This is the ID for the static prop game lump 200 200 const int STATIC_PROP_ID = (('s'<<24)+('p'<<16)+('r'<<8)+'p'); … … 202 202 203 203 struct StaticPropModelNames 204 { 204 { 205 205 int num_model_names; 206 206
