mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Forgot one 0.0f initialisation
This commit is contained in:
parent
3e9ee0954b
commit
c584bb34b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue