Skip to content

Commit

Permalink
Merge pull request #97 from erysdren/menu_coop_macro_fix
Browse files Browse the repository at this point in the history
MENU: menu_coop.qc: fix macro syntax error
  • Loading branch information
MotoLegacy authored Dec 14, 2024
2 parents 317da95 + a29bd72 commit 63e0581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/menu/menu_coop.qc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 63e0581

Please sign in to comment.