d_a_horse 100% (#2912)

* Fix missing line numbers for debug

* Fix horse inlines and HIO

* Match daHorse_c::setEffect

* Improve a few debug matches

* Match daHorse_c::checkHorseNoMove (half fake)

* Update configure.py
This commit is contained in:
LagoLunatic
2025-12-04 19:03:13 -05:00
committed by GitHub
parent 4d3f25d34e
commit 7fe9a68a9d
13 changed files with 302 additions and 243 deletions
-3
View File
@@ -137,9 +137,6 @@ const daNpcRafrel_HIOParam daNpcRafrel_Param_c::m = {
static char* l_myName = "Rafrel";
#if DEBUG
// Fixes Debug function order
#pragma nosyminline on
daNpcRafrel_HIO_c::daNpcRafrel_HIO_c() {
m = daNpcRafrel_Param_c::m;
}