mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-03 02:24:28 +00:00
Fix skipping the m249 submodel 1 when updating the cartridge belt
This commit is contained in:
parent
28d07d742d
commit
efa83646e4
@ -295,7 +295,7 @@ int CM249::BodyFromClip(int clip)
|
|||||||
{
|
{
|
||||||
if (clip == 0) {
|
if (clip == 0) {
|
||||||
return 8;
|
return 8;
|
||||||
} else if (clip > 0 && clip < 8) {
|
} else if (clip > 0 && clip <= 8) {
|
||||||
return 9 - clip;
|
return 9 - clip;
|
||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user