Changed "add_extra_msg_file" script function (#249)

* added auto ID assignment for the message file.
This commit is contained in:
NovaRain
2019-07-16 12:45:22 +08:00
parent 2bfb886ece
commit 16fbc0f93f
5 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -244,7 +244,7 @@
#define ADD_PERK_MODE_REMOVE (4) // remove from the list of selectable perks
// sfall_funcX macros
#define add_extra_msg_file(name, number) sfall_func2("add_extra_msg_file", name, number)
#define add_extra_msg_file(name) sfall_func1("add_extra_msg_file", name)
#define add_iface_tag sfall_func0("add_iface_tag")
#define art_cache_clear sfall_func0("art_cache_clear")
#define attack_is_aimed sfall_func0("attack_is_aimed")