AnimViewer done, comment cleanup

This commit is contained in:
erorcun
2020-12-03 05:22:58 +03:00
parent 8b47774aee
commit ab3e810a95
12 changed files with 120 additions and 126 deletions

View File

@@ -18,7 +18,7 @@
#include <float.h>
#endif
// --MIAMI: file done except TODOs
// --MIAMI: file done
CCivilianPed::CCivilianPed(ePedType pedtype, uint32 mi) : CPed(pedtype)
{
@@ -228,7 +228,7 @@ CCivilianPed::CivilianAI(void)
void
CCivilianPed::ProcessControl(void)
{
if (CharCreatedBy == TODO_CHAR)
if (CharCreatedBy == UNK_CHAR)
return;
CPed::ProcessControl();