diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 17:04:18 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 17:04:18 +0200 |
commit | 9960c411933f9a804eb5f6840d75ad00fd255252 (patch) | |
tree | 19886c3263958d5c77664518270d252ad5554602 /src/core/Collision.h | |
parent | Merge pull request #512 from Nick007J/master (diff) | |
download | re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.gz re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.bz2 re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.lz re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.xz re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.zst re3-9960c411933f9a804eb5f6840d75ad00fd255252.zip |
Diffstat (limited to 'src/core/Collision.h')
-rw-r--r-- | src/core/Collision.h | 4 |
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; |