get rid of most --MIAMI comments

This commit is contained in:
withmorten
2021-01-22 11:43:29 +01:00
parent 4acc9b08a2
commit feb993e751
125 changed files with 16 additions and 604 deletions

View File

@ -3,8 +3,6 @@
#include "DummyObject.h"
#include "Pools.h"
// --MIAMI: file done
CDummyObject::CDummyObject(CObject *obj)
{
SetModelIndexNoCreate(obj->GetModelIndex());

View File

@ -6,8 +6,6 @@
#include "FileMgr.h"
#include "ObjectData.h"
//--MIAMI: file done
CObjectInfo CObjectData::ms_aObjectInfo[NUMOBJECTINFO];
// Another ugly file reader

View File

@ -2,8 +2,6 @@
#include "Projectile.h"
// --MIAMI: file done
CProjectile::CProjectile(int32 model) : CObject()
{
m_fMass = 1.0f;