diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ExpOrb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ExpOrb.h b/src/Entities/ExpOrb.h index e76274ac9..bdb9a5b19 100644 --- a/src/Entities/ExpOrb.h +++ b/src/Entities/ExpOrb.h @@ -11,12 +11,12 @@ class cExpOrb : public cEntity { - typedef cExpOrb super; + typedef cEntity super; public: // tolua_end - CLASS_PROTODEF(cExpOrb); + CLASS_PROTODEF(cExpOrb) cExpOrb(double a_X, double a_Y, double a_Z, int a_Reward); cExpOrb(const Vector3d & a_Pos, int a_Reward); |