summaryrefslogtreecommitdiffstats
path: root/src/BoundingBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BoundingBox.cpp')
-rw-r--r--src/BoundingBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BoundingBox.cpp b/src/BoundingBox.cpp
index 02602992e..d0943d42a 100644
--- a/src/BoundingBox.cpp
+++ b/src/BoundingBox.cpp
@@ -30,7 +30,7 @@ public:
Vector3d(1.999, 0, 1.5), Vector3d(1.999, 4, 1.5), // Should intersect at 0.25, face 0 (YM)
Vector3d(2.001, 0, 1.5), Vector3d(2.001, 4, 1.5), // Should not intersect
} ;
- for (int i = 0; i < ARRAYCOUNT(LineDefs) / 2; i++)
+ for (size_t i = 0; i < ARRAYCOUNT(LineDefs) / 2; i++)
{
double LineCoeff;
char Face;