Skip to content

Commit

Permalink
Fix Runtime Related to Balloon Alerts (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Dec 14, 2024
1 parent 291a4b8 commit f6eed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/balloon_alert/balloon_alert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
easing = CUBIC_EASING | EASE_IN,
)

addtimer(CALLBACK(GLOBAL_PROC, PROC_REF(remove_image_from_client), balloon_alert, viewer_client), BALLOON_TEXT_TOTAL_LIFETIME(duration_mult))
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(remove_image_from_client), balloon_alert, viewer_client), BALLOON_TEXT_TOTAL_LIFETIME(duration_mult))

#undef BALLOON_TEXT_CHAR_LIFETIME_INCREASE_MIN
#undef BALLOON_TEXT_CHAR_LIFETIME_INCREASE_MULT
Expand Down

0 comments on commit f6eed4c

Please sign in to comment.