Skip to content

Commit

Permalink
MENU: menu_coop.qc: fix macro syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Dec 14, 2024
1 parent 317da95 commit a29bd72
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 a29bd72

Please sign in to comment.