Changed variable name

This commit is contained in:
tonibm19
2013-11-08 17:15:28 +01:00
parent 20d9886847
commit 2cf93b8e25
+1 -2
View File
@@ -1,4 +1,3 @@
#pragma once
#include "PassiveMonster.h"
@@ -23,7 +22,7 @@ public:
private:
int m_DropEggCount;
int m_EggDropTimer;
} ;