J3DModel inlines cleanup, procBottleSwing_init match, etc

This commit is contained in:
LagoLunatic
2025-04-10 19:30:51 -04:00
parent 0bb7ff4051
commit 309158e274
51 changed files with 402 additions and 405 deletions
+6
View File
@@ -569,8 +569,14 @@ void daAuction_c::privateCut() {
evtRes = eventGetItem();
break;
case ACT_GET_ITEM_MES:
#if BUGFIX
evtRes = eventMesSet();
#elif __MWERKS__
// @bug They probably meant to call this function
evtRes = eventMesSet;
#else
evtRes = &daAuction_c::eventMesSet;
#endif
break;
case ACT_CAMERA_OFF_NPC:
evtRes = eventCameraOffNpc();