summaryrefslogtreecommitdiffstats
path: root/src/weapons
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/weapons/BulletInfo.cpp2
-rw-r--r--src/weapons/ProjectileInfo.cpp2
-rw-r--r--src/weapons/ShotInfo.cpp2
-rw-r--r--src/weapons/Weapon.cpp1
4 files changed, 0 insertions, 7 deletions
diff --git a/src/weapons/BulletInfo.cpp b/src/weapons/BulletInfo.cpp
index 13032300..445f31a0 100644
--- a/src/weapons/BulletInfo.cpp
+++ b/src/weapons/BulletInfo.cpp
@@ -25,8 +25,6 @@
#include "SurfaceTable.h"
#include "Heli.h"
-// --MIAMI: file done
-
#ifdef SQUEEZE_PERFORMANCE
uint32 bulletInfoInUse;
#endif
diff --git a/src/weapons/ProjectileInfo.cpp b/src/weapons/ProjectileInfo.cpp
index 0930756c..10aa3ef5 100644
--- a/src/weapons/ProjectileInfo.cpp
+++ b/src/weapons/ProjectileInfo.cpp
@@ -17,8 +17,6 @@
uint32 projectileInUse;
#endif
-// --MIAMI: file done except TODOs
-
CProjectileInfo gaProjectileInfo[NUM_PROJECTILES];
CProjectile *CProjectileInfo::ms_apProjectile[NUM_PROJECTILES];
diff --git a/src/weapons/ShotInfo.cpp b/src/weapons/ShotInfo.cpp
index a03ed16f..788bcbe1 100644
--- a/src/weapons/ShotInfo.cpp
+++ b/src/weapons/ShotInfo.cpp
@@ -10,8 +10,6 @@
#include "Ped.h"
#include "Fire.h"
-// --MIAMI: file done
-
CShotInfo gaShotInfo[NUMSHOTINFOS];
float CShotInfo::ms_afRandTable[20];
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp
index 17e0b313..3ef7d2a1 100644
--- a/src/weapons/Weapon.cpp
+++ b/src/weapons/Weapon.cpp
@@ -3173,7 +3173,6 @@ CWeapon::HasWeaponAmmoToBeUsed(void)
return m_nAmmoTotal != 0;
}
-// --MIAMI: Done
bool
CPed::IsPedDoingDriveByShooting(void)
{