remove commented out code for old collisions

This commit is contained in:
Akbar Rahman 2022-06-08 22:46:38 +01:00
parent 458b9031a2
commit e67254f179
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -119,9 +119,6 @@ void sprite_iter_frame(Sprite *sprite, unsigned char map[], int joypad, unsigned
if (!sprite_internal_collision(map, sprite)) break;
}
// holy shit it's so crunchy
//sprite_decollide(map, sprite);
}