mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 21:50:34 +00:00
signed/unsigned fixes, and some other fixes
This commit is contained in:
parent
aefaa17a84
commit
a50244dc16
15 changed files with 57 additions and 54 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue