Forgot one 0.0f initialisation

--HG--
branch : fix_speed
hg/compatibility-develop
Guillaume Dupuy 8 years ago
parent 7592d3e6c4
commit b19f5e3c7e

@ -279,7 +279,7 @@ void CTimedActionPhrase::apply()
// keep a ptr on this to prevent it to be deleted when timed action is deconnection
CSPhrasePtr selfPtr = this;
_LatencyEndDate = 0.0f;
_LatencyEndDate = 0.0;
CEntityBase *actor = CEntityBaseManager::getEntityBasePtr(_ActorRowId);
if (!actor)

Loading…
Cancel
Save