We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd0e11 commit bc8c371Copy full SHA for bc8c371
src/engine/world/raycube.cpp
@@ -156,7 +156,7 @@ namespace
156
const std::vector<extentity *> &ents = entities::getents();
157
//=======ENT_SEL_INTERSECT ENT_INTERSECT
158
#define ENT_INTERSECT(type, func) do { \
159
- for(uint i = 0; i < oc->type.size(); i++) \
+ for(size_t i = 0; i < oc->type.size(); i++) \
160
{ \
161
extentity &e = *ents[oc->type[i]]; \
162
if(!(e.flags&EntFlag_Octa) || &e==t) \
0 commit comments