Converted Monster to std::chrono

This commit is contained in:
Tycho
2015-01-16 14:38:21 +00:00
parent 05c40db060
commit bfe1960191
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ cAggressiveMonster::cAggressiveMonster(const AString & a_ConfigName, eMonsterTyp
// What to do if in Chasing State
void cAggressiveMonster::InStateChasing(float a_Dt)
void cAggressiveMonster::InStateChasing(std::chrono::milliseconds a_Dt)
{
super::InStateChasing(a_Dt);