1
0

Fixed a big fail.I did

This commit is contained in:
tonibm19 2013-10-15 18:17:17 +02:00
parent 06b7e09e70
commit 400cab0b86

View File

@ -18,6 +18,7 @@ public:
CLASS_PROTODEF(cCow);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
virtual void OnRightClicked(cPlayer & a_Player) override;
} ;