1
0

Another compile fix

This commit is contained in:
Tiger Wang 2013-08-16 13:20:33 +01:00
parent 6981e55b6c
commit a4d927c9e1

View File

@ -142,7 +142,4 @@ public:
CLASS_PROTODEF(cMinecartWithHopper);
cMinecartWithHopper(double a_X, double a_Y, double a_Z);
// cEntity overrides:
virtual void OnRightClicked(cPlayer & a_Player) override;
} ;