Skip to content

Commit

Permalink
Updated set_unique_id defines in sfall.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Apr 24, 2019
1 parent 560eead commit 7500e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion artifacts/scripting/headers/sfall.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
#define set_map_enter_position(tile, elev, rot) sfall_func3("set_map_enter_position", tile, elev, rot)
#define set_object_data(obj, offset, value) sfall_func3("set_object_data", obj, offset, value)
#define set_outline(obj, color) sfall_func2("set_outline", obj, color)
#define set_unique_id(object) sfall_func1("set_unique_id", object)
#define set_unique_id(obj) sfall_func1("set_unique_id", obj)
#define unset_unique_id(obj) sfall_func2("set_unique_id", obj, -1)
#define spatial_radius(obj) sfall_func1("spatial_radius", obj)
#define tile_refresh_display sfall_func0("tile_refresh_display")
#define unjam_lock(obj) sfall_func1("unjam_lock", obj)

0 comments on commit 7500e6b

Please sign in to comment.