mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
TowTrack and LegoAct2 destructors (#1005)
* Add some missing dtors * Add missing 'override'
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
class TowTrack : public IslePathActor {
|
||||
public:
|
||||
TowTrack();
|
||||
~TowTrack() override;
|
||||
|
||||
// FUNCTION: LEGO1 0x1004c7c0
|
||||
inline const char* ClassName() const override // vtable+0x0c
|
||||
|
Reference in New Issue
Block a user