mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fix another instance of macOS gcc complaining about nothing
This commit is contained in:
parent
91b61d2f8a
commit
0fe122d1b2
1 changed files with 1 additions and 0 deletions
|
@ -2236,6 +2236,7 @@ void smlua_call_mod_menu_element_hook(struct LuaHookedModMenuElement* hooked, in
|
|||
lua_pushstring(L, hooked->stringValue);
|
||||
break;
|
||||
case MOD_MENU_ELEMENT_MAX:
|
||||
break;
|
||||
}
|
||||
|
||||
// call the callback
|
||||
|
|
Loading…
Reference in a new issue