mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
menus.c: fix C build. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4951 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9f910ff10c
commit
a0a4006d85
1 changed files with 2 additions and 2 deletions
|
@ -2929,8 +2929,8 @@ static Menu_t* M_FindMenu(MenuID_t query)
|
|||
|
||||
typedef struct MenuAnimation_t
|
||||
{
|
||||
int32_t (*out)(MenuAnimation_t *);
|
||||
int32_t (*in)(MenuAnimation_t *);
|
||||
int32_t (*out)(struct MenuAnimation_t *);
|
||||
int32_t (*in)(struct MenuAnimation_t *);
|
||||
|
||||
Menu_t *previous;
|
||||
Menu_t *current;
|
||||
|
|
Loading…
Reference in a new issue