mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-07 17:11:02 +00:00
MENU: menu_coop.qc: fix macro syntax error
This commit is contained in:
parent
317da95764
commit
a29bd7262b
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ string(string prev_id) fn ## _GetNextButton = \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
return ret; \
|
return ret; \
|
||||||
}; \
|
};
|
||||||
|
|
||||||
NEXTBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
|
NEXTBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
|
||||||
NEXTBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)
|
NEXTBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)
|
||||||
|
@ -337,7 +337,7 @@ string(string next_id) fn ## _GetPreviousButton = \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
return ret; \
|
return ret; \
|
||||||
}; \
|
};
|
||||||
|
|
||||||
PREVBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
|
PREVBUTTON_FUNC(Menu_Coop_Browse, menu_coop_browse_buttons)
|
||||||
PREVBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)
|
PREVBUTTON_FUNC(Menu_Coop_Direct, menu_coop_direct_buttons)
|
||||||
|
|
Loading…
Reference in a new issue