Fixed the return value of play_sfall_sound function

* before it returned a raw pointer instead of the ID number of the
played sound.
This commit is contained in:
NovaRain
2020-03-12 11:53:45 +08:00
parent dd2469b78f
commit eb777e6d19
7 changed files with 62 additions and 57 deletions
+2 -2
View File
@@ -296,8 +296,8 @@
0x8228 - int get_attack_type
0x822b - int play_sfall_sound(string file, int loop)
0x822c - void stop_sfall_sound(int ptr)
0x822b - int play_sfall_sound(string file, bool loop)
0x822c - void stop_sfall_sound(int id)
0x8235 - array string_split(string string, string split)
0x8237 - int atoi(string string)