Backported "add_extra_msg_file" function from 4.1

Re-ordered critical table fixes in Criticals.cpp.
This commit is contained in:
NovaRain
2020-11-03 15:10:33 +08:00
parent 4b2056857b
commit 38a0ddb1eb
9 changed files with 170 additions and 98 deletions
+1
View File
@@ -259,6 +259,7 @@
/* sfall_funcX macros */
#define add_extra_msg_file(name) sfall_func1("add_extra_msg_file", name)
#define add_global_timer_event(time, fixedParam) sfall_func2("add_g_timer_event", time, fixedParam)
#define add_iface_tag sfall_func0("add_iface_tag")
#define add_trait(traitID) sfall_func1("add_trait", traitID)