Changed EditorLoadMenu to global
This commit is contained in:
parent
83e3ba69e6
commit
35fe57e618
1 changed files with 1 additions and 1 deletions
|
@ -5349,7 +5349,7 @@ local void EditorMainLoadVSAction(Menuitem *mi, int i)
|
|||
/**
|
||||
** Editor load map menu
|
||||
*/
|
||||
local void EditorLoadMenu(void)
|
||||
global void EditorLoadMenu(void)
|
||||
{
|
||||
char *p;
|
||||
char *s;
|
||||
|
|
Loading…
Add table
Reference in a new issue