diff options
author | erorcun <erayorcunus@gmail.com> | 2020-12-25 10:56:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 10:56:31 +0100 |
commit | 3b85457020a7334f1b96e3ee9618c9377d5edbd7 (patch) | |
tree | 380178eb341e070ad953ac2be17786a5ff722c94 /src/weapons | |
parent | Merge remote-tracking branch 'upstream/miami' into miami (diff) | |
parent | signed/unsigned fixes, and some other fixes (diff) | |
download | re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar.gz re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar.bz2 re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar.lz re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar.xz re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.tar.zst re3-3b85457020a7334f1b96e3ee9618c9377d5edbd7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/weapons/WeaponInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/weapons/WeaponInfo.cpp b/src/weapons/WeaponInfo.cpp index b911805d..4a61e42c 100644 --- a/src/weapons/WeaponInfo.cpp +++ b/src/weapons/WeaponInfo.cpp @@ -105,7 +105,6 @@ CWeaponInfo::GetWeaponInfo(eWeaponType weaponType) return &ms_apWeaponInfos[weaponType]; } -// --MIAMI: done except WEAPONTYPE_TOTALWEAPONS value void CWeaponInfo::Initialise(void) { @@ -142,7 +141,6 @@ CWeaponInfo::Initialise(void) debug("CWeaponInfo ready\n"); } -// --MIAMI: Done, commented parts wait for weapons port void CWeaponInfo::LoadWeaponData(void) { |