Implement & link m_collision_bg

This commit is contained in:
Cuyler36
2025-01-25 22:24:46 -05:00
parent cb8d8bc5fc
commit 81bbadf75d
25 changed files with 6203 additions and 138 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ static int aMR_GroundFlat(xyz_t* pos) {
mCoBG_Collision_u* col = mFI_GetUnitCol(*pos);
if (col->data.center == col->data.top_left && col->data.center == col->data.bot_left &&
col->data.center == col->data.top_right && col->data.center == col->data.bot_right) {
col->data.center == col->data.bot_right && col->data.center == col->data.top_right) {
return TRUE;
}