diff --git a/JA2.suo b/JA2.suo index 780cad29..9d1cfdcf 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/Laptop/BobbyRGuns.cpp b/Laptop/BobbyRGuns.cpp index 5a43ecb9..c33caac7 100644 --- a/Laptop/BobbyRGuns.cpp +++ b/Laptop/BobbyRGuns.cpp @@ -2913,7 +2913,7 @@ BOOLEAN IsAmmoMatchinWeaponType(UINT16 usItemIndex, UINT8 ubWeaponType) if (Weapon[i].ubWeaponType == ubWeaponType) { //Weapon has correct magazine size - //if(Weapon[i].ubMagSize == Magazine[Item[usItemIndex].ubClassIndex].ubMagSize ) + if(Weapon[i].ubMagSize == Magazine[Item[usItemIndex].ubClassIndex].ubMagSize ) { bRetValue = TRUE; break;