mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
* Calling convention violation - v141_xp uses ebx to store reference, but db_get_file_list does not preserve it. * v140_xp uses esi instead, which is preserved by the engine function. * Reverted some code changes in ScriptExtender.cpp.