mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 05:38:15 +00:00
get rid of most --MIAMI comments
This commit is contained in:
@ -25,8 +25,6 @@
|
||||
#include "SurfaceTable.h"
|
||||
#include "Heli.h"
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
#ifdef SQUEEZE_PERFORMANCE
|
||||
uint32 bulletInfoInUse;
|
||||
#endif
|
||||
|
@ -17,8 +17,6 @@
|
||||
uint32 projectileInUse;
|
||||
#endif
|
||||
|
||||
// --MIAMI: file done except TODOs
|
||||
|
||||
CProjectileInfo gaProjectileInfo[NUM_PROJECTILES];
|
||||
CProjectile *CProjectileInfo::ms_apProjectile[NUM_PROJECTILES];
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include "Ped.h"
|
||||
#include "Fire.h"
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
CShotInfo gaShotInfo[NUMSHOTINFOS];
|
||||
float CShotInfo::ms_afRandTable[20];
|
||||
|
||||
|
@ -3173,7 +3173,6 @@ CWeapon::HasWeaponAmmoToBeUsed(void)
|
||||
return m_nAmmoTotal != 0;
|
||||
}
|
||||
|
||||
// --MIAMI: Done
|
||||
bool
|
||||
CPed::IsPedDoingDriveByShooting(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user