mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-10 12:45:09 -04:00
Shiny enemies (#4570)
This commit is contained in:
@@ -2744,6 +2744,7 @@ void Actor_Draw(PlayState* play, Actor* actor) {
|
||||
}
|
||||
|
||||
actor->draw(actor, play);
|
||||
GameInteractor_ExecuteOnActorDraw(actor);
|
||||
|
||||
if (actor->colorFilterTimer != 0) {
|
||||
if (actor->colorFilterParams & 0x2000) {
|
||||
|
||||
Reference in New Issue
Block a user