mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Fix end of function comment
This commit is contained in:
parent
de00d262c1
commit
ad48baa3b1
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ void CPhraseManager::updatePhrases()
|
||||||
sendEventReports();
|
sendEventReports();
|
||||||
//
|
//
|
||||||
sendAIEvents();
|
sendAIEvents();
|
||||||
}
|
} // updatePhrases()
|
||||||
|
|
||||||
//--------------------------------------------------------------
|
//--------------------------------------------------------------
|
||||||
// updateEntityCurrentAction()
|
// updateEntityCurrentAction()
|
||||||
|
@ -710,7 +710,7 @@ afterPhraseProcessing:
|
||||||
// go to next action for this entity
|
// go to next action for this entity
|
||||||
entityPhrases.goToNextAction();
|
entityPhrases.goToNextAction();
|
||||||
}
|
}
|
||||||
} // updatePhrases //
|
} // updateEntityCurrentAction //
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue