Backported "create_win" script function and InterfaceDontMoveOnTop option from the developt branch.

Updated version number.
This commit is contained in:
NovaRain
2018-10-02 12:15:48 +08:00
parent e672db53c7
commit d117296990
10 changed files with 59 additions and 5 deletions
+2
View File
@@ -189,6 +189,8 @@
#define party_member_list_all party_member_list(1)
#define create_win(winName, x, y, w, h) sfall_func5("create_win", winName, x, y, w, h)
#define create_win_flag(winName, x, y, w, h, flag) sfall_func6("create_win", winName, x, y, w, h, flag)
#define critter_inven_obj2(obj, type) sfall_func2("critter_inven_obj2", obj, type)
#define exec_map_update_scripts sfall_func0("exec_map_update_scripts")
#define floor2(value) sfall_func1("floor2", value)