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(); 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 //
//----------------------------------------------- //-----------------------------------------------