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

@ -25,8 +25,6 @@
#include "SurfaceTable.h"
#include "Heli.h"
// --MIAMI: file done
#ifdef SQUEEZE_PERFORMANCE
uint32 bulletInfoInUse;
#endif

View File

@ -17,8 +17,6 @@
uint32 projectileInUse;
#endif
// --MIAMI: file done except TODOs
CProjectileInfo gaProjectileInfo[NUM_PROJECTILES];
CProjectile *CProjectileInfo::ms_apProjectile[NUM_PROJECTILES];

View File

@ -10,8 +10,6 @@
#include "Ped.h"
#include "Fire.h"
// --MIAMI: file done
CShotInfo gaShotInfo[NUMSHOTINFOS];
float CShotInfo::ms_afRandTable[20];

View File

@ -3173,7 +3173,6 @@ CWeapon::HasWeaponAmmoToBeUsed(void)
return m_nAmmoTotal != 0;
}
// --MIAMI: Done
bool
CPed::IsPedDoingDriveByShooting(void)
{