mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed typo in sfall.h (#334)
This commit is contained in:
@@ -285,7 +285,7 @@
|
|||||||
#define get_pc_stat_max(stat) sfall_func1("get_stat_max", stat)
|
#define get_pc_stat_max(stat) sfall_func1("get_stat_max", stat)
|
||||||
#define get_pc_stat_min(stat) sfall_func1("get_stat_min", stat)
|
#define get_pc_stat_min(stat) sfall_func1("get_stat_min", stat)
|
||||||
#define get_npc_stat_max(stat) sfall_func2("get_stat_max", stat, 1)
|
#define get_npc_stat_max(stat) sfall_func2("get_stat_max", stat, 1)
|
||||||
#define get_npc_stat_min(stat) sfall_func2("get_stat_mix", stat, 1)
|
#define get_npc_stat_min(stat) sfall_func2("get_stat_min", stat, 1)
|
||||||
#define get_sfall_arg_at(argNum) sfall_func1("get_sfall_arg_at", argNum)
|
#define get_sfall_arg_at(argNum) sfall_func1("get_sfall_arg_at", argNum)
|
||||||
#define get_text_width(text) sfall_func1("get_text_width", text)
|
#define get_text_width(text) sfall_func1("get_text_width", text)
|
||||||
#define hide_window(winName) sfall_func1("hide_window", winName)
|
#define hide_window(winName) sfall_func1("hide_window", winName)
|
||||||
|
|||||||
Reference in New Issue
Block a user