mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-19 02:12:23 +00:00
Merge pull request #97 from erysdren/menu_coop_macro_fix
MENU: menu_coop.qc: fix macro syntax error
This commit is contained in:
commit
63e0581326
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