Merge pull request #97 from erysdren/menu_coop_macro_fix

MENU: menu_coop.qc: fix macro syntax error
This commit is contained in:
cypress 2024-12-14 15:02:28 -08:00 committed by GitHub
commit 63e0581326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,7 +308,7 @@ string(string prev_id) fn ## _GetNextButton = \
} \
\
return ret; \
}; \
};
NEXTBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
NEXTBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)
@ -337,7 +337,7 @@ string(string next_id) fn ## _GetPreviousButton = \
} \
\
return ret; \
}; \
};
PREVBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
PREVBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)