We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2fe06 commit cb3f0d7Copy full SHA for cb3f0d7
1 file changed
LEGORacers/include/race/powerups/powerupaction.h
@@ -41,8 +41,7 @@ class PowerupAction : public LegoEventQueue::Callback {
41
virtual void DrawTransparent(GolD3DRenderDevice*); // vtable+0x10
42
virtual void AdvanceState() = 0; // vtable+0x14
43
44
- // FUNCTION: LEGORACERS 0x0044e7e0 FOLDED
45
- virtual LegoS32 GetBrickColor() { return 0; } // vtable+0x18
+ virtual LegoS32 GetBrickColor() = 0; // vtable+0x18
46
47
virtual void Deactivate(); // vtable+0x1c
48
0 commit comments