summaryrefslogtreecommitdiffstats
path: root/src/Entities/ExpOrb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/ExpOrb.h')
-rw-r--r--src/Entities/ExpOrb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ExpOrb.h b/src/Entities/ExpOrb.h
index 9aac4f748..bb4c79c8e 100644
--- a/src/Entities/ExpOrb.h
+++ b/src/Entities/ExpOrb.h
@@ -12,7 +12,7 @@ class cExpOrb :
public cEntity
{
typedef cEntity super;
-
+
public:
// tolua_end
@@ -39,7 +39,7 @@ public:
protected:
int m_Reward;
-
+
/** The number of ticks that the entity has existed / timer between collect and destroy; in msec */
std::chrono::milliseconds m_Timer;
} ; // tolua_export