mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
J3DModel inlines cleanup, procBottleSwing_init match, etc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user