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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Collision.h b/src/core/Collision.h
index 895f012a..fc3c1647 100644
--- a/src/core/Collision.h
+++ b/src/core/Collision.h
@@ -93,7 +93,11 @@ 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;