Skip to content

Commit 61402b2

Browse files
committed
unary promote enum elements in weapon.cpp
1 parent 7d8471b commit 61402b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/weapon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ namespace game
12661266
continue;
12671267
}
12681268
}
1269-
rendermodel(mdl, Anim_Mapmodel | Anim_Loop, pos, yaw, pitch, 0, cull, nullptr, nullptr, 0, 0, fade);
1269+
rendermodel(mdl, +Anim_Mapmodel | +Anim_Loop, pos, yaw, pitch, 0, cull, nullptr, nullptr, 0, 0, fade);
12701270
}
12711271
}
12721272
void removeweapons(const gameent *d)

0 commit comments

Comments
 (0)