summaryrefslogtreecommitdiffstats
path: root/src/core/Collision.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Collision.h')
-rw-r--r--src/core/Collision.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/Collision.h b/src/core/Collision.h
index fc3c1647..18fad76b 100644
--- a/src/core/Collision.h
+++ b/src/core/Collision.h
@@ -87,17 +87,14 @@ struct CStoredCollPoly
struct CColModel
{
+ // TODO(MIAMI): CSphere and CBox
CColSphere boundingSphere;
CColBox boundingBox;
int16 numSpheres;
int16 numLines;
int16 numBoxes;
int16 numTriangles;
-#ifndef MIAMI
- int32 level;
-#else
- uint8 level; // colstore slot but probably same name
-#endif
+ uint8 level; // colstore slot but probably still named level
bool ownsCollisionVolumes;
CColSphere *spheres;
CColLine *lines;