Fix end of function comment

This commit is contained in:
Guillaume Dupuy 2016-10-15 20:15:22 +02:00
parent de00d262c1
commit ad48baa3b1

View file

@ -473,7 +473,7 @@ void CPhraseManager::updatePhrases()
sendEventReports();
//
sendAIEvents();
}
} // updatePhrases()
//--------------------------------------------------------------
// updateEntityCurrentAction()
@ -710,7 +710,7 @@ afterPhraseProcessing:
// go to next action for this entity
entityPhrases.goToNextAction();
}
} // updatePhrases //
} // updateEntityCurrentAction //
//-----------------------------------------------