mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Lunatic: Fix build, part 7. M_ChangeMenu --> Menu_Change
git-svn-id: https://svn.eduke32.com/eduke32@5990 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
aa89d88569
commit
9f41addab0
2 changed files with 3 additions and 3 deletions
|
@ -692,7 +692,7 @@ void G_GetTimeDate(int32_t *vals);
|
|||
int32_t G_ToggleWallInterpolation(int32_t w, int32_t doset);
|
||||
int32_t G_StartTrack(int32_t level);
|
||||
int32_t VM_CheckSquished2(int32_t i, int32_t snum);
|
||||
void M_ChangeMenu(int32_t cm);
|
||||
void Menu_Change(int32_t cm);
|
||||
|
||||
const char *KB_ScanCodeToString(uint8_t scancode);
|
||||
|
||||
|
@ -1581,7 +1581,7 @@ function gv_access._currentMenu()
|
|||
end
|
||||
|
||||
function gv_access._changeMenu(cm)
|
||||
ffiC.M_ChangeMenu(cm)
|
||||
ffiC.Menu_Change(cm)
|
||||
end
|
||||
|
||||
function gv_access._set_guniqhudid(id)
|
||||
|
|
|
@ -223,7 +223,7 @@ G_GetTimeDate;
|
|||
G_ToggleWallInterpolation;
|
||||
G_StartTrack;
|
||||
VM_CheckSquished2;
|
||||
M_ChangeMenu;
|
||||
Menu_Change;
|
||||
|
||||
KB_ScanCodeToString;
|
||||
|
||||
|
|
Loading…
Reference in a new issue