DIRECTOR: LINGO: Fix GCC Warning

This commit is contained in:
D G Turner 2021-06-23 01:24:56 +01:00
parent 33617ef76d
commit 68865d2041

View File

@ -1117,7 +1117,7 @@ bool LingoCompiler::visitIntersectsNode(IntersectsNode *node) {
COMPILE(node->sprite2);
code1(LC::c_intersects);
return true;
};
}
/* WithinNode */