Fix compile error
This commit is contained in:
parent
be764dc2f0
commit
9c73f75bed
|
@ -77,6 +77,7 @@ override_disallowed_functions = {
|
|||
"src/game/obj_behaviors.c": [ "debug_" ],
|
||||
"src/game/obj_behaviors_2.c": [ "wiggler_jumped_on_attack_handler", "huge_goomba_weakly_attacked" ],
|
||||
"src/game/spawn_sound.c": [ "spawner" ],
|
||||
"src/pc/lua/utils/smlua_obj_utils.h": [ "spawn_object_remember_field" ],
|
||||
}
|
||||
|
||||
lua_function_params = {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "engine/surface_load.h"
|
||||
#include "pc/network/network.h"
|
||||
#include "pc/network/reservation_area.h"
|
||||
#include "pc/lua/utils/smlua_model_utils.h"
|
||||
#include "game/rng_position.h"
|
||||
#include "rumble_init.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue