mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 13:14:51 +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) {
|
||||
return 8;
|
||||
} else if (clip > 0 && clip < 8) {
|
||||
} else if (clip > 0 && clip <= 8) {
|
||||
return 9 - clip;
|
||||
} else {
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user