diff --git a/Components/9918/Implementation/Draw.hpp b/Components/9918/Implementation/Draw.hpp index 55703f24a..3726066be 100644 --- a/Components/9918/Implementation/Draw.hpp +++ b/Components/9918/Implementation/Draw.hpp @@ -70,8 +70,9 @@ void Base::draw_sprites(LineBuffer &buffer, int start, int end, con ) colour_buffer[c] = sprite_buffer[c]; } - if(sprite_collision) + if(sprite_collision) { status_ |= StatusSpriteCollision; + } return; }