summaryrefslogtreecommitdiffstats
path: root/src/core/Collision.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/Collision.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Collision.h b/src/core/Collision.h
index fc3c1647..895f012a 100644
--- a/src/core/Collision.h
+++ b/src/core/Collision.h
@@ -93,11 +93,7 @@ struct CColModel
int16 numLines;
int16 numBoxes;
int16 numTriangles;
-#ifndef MIAMI
int32 level;
-#else
- uint8 level; // colstore slot but probably same name
-#endif
bool ownsCollisionVolumes;
CColSphere *spheres;
CColLine *lines;