Skip to content

Commit cb3f0d7

Browse files
committed
Address reccmp-vtable error
1 parent fa2fe06 commit cb3f0d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

LEGORacers/include/race/powerups/powerupaction.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ class PowerupAction : public LegoEventQueue::Callback {
4141
virtual void DrawTransparent(GolD3DRenderDevice*); // vtable+0x10
4242
virtual void AdvanceState() = 0; // vtable+0x14
4343

44-
// FUNCTION: LEGORACERS 0x0044e7e0 FOLDED
45-
virtual LegoS32 GetBrickColor() { return 0; } // vtable+0x18
44+
virtual LegoS32 GetBrickColor() = 0; // vtable+0x18
4645

4746
virtual void Deactivate(); // vtable+0x1c
4847

0 commit comments

Comments
 (0)