diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index c2fd698f3..e7a2c3526 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -1493,6 +1493,9 @@ void Interface_UpdateHudAlphas(PlayState* play, s16 dimmingAlpha) { } } +/** + * A continuation of the if-else chain from Interface_UpdateButtonsPart1 + */ void Interface_UpdateButtonsPart2(PlayState* play) { MessageContext* msgCtx = &play->msgCtx; InterfaceContext* interfaceCtx = &play->interfaceCtx;