From 4ef9a6813bab27b289e8d1142edddef986f1e3f8 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 22 Aug 2025 01:03:53 -0400 Subject: [PATCH] Fix ship weak func order --- include/d/actor/d_a_ship.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/d/actor/d_a_ship.h b/include/d/actor/d_a_ship.h index 87ff77e0d..8ba19cff6 100644 --- a/include/d/actor/d_a_ship.h +++ b/include/d/actor/d_a_ship.h @@ -410,8 +410,6 @@ public: class daShip_HIO_c0 { public: - ~daShip_HIO_c0() {} - /* 0x00 */ static const s16 tiller_speed; /* 0x02 */ static const s16 cannon_no_gravity_timer; /* 0x04 */ static const s16 throw_start_angle_speed;