Skip to content

Commit 5883f75

Browse files
committed
Update CProjectileInfoSA.h
1 parent 0fd4455 commit 5883f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CProjectileInfoSA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define ARRAY_CProjectile 0xC89110 //##SA##
2626
#define ARRAY_CProjectileInfo 0xC891A8 //##SA##
2727

28-
static constexpr std::size_t MAX_PROJECTILES_COUNT = 35;
28+
static constexpr std::size_t MAX_PROJECTILES_COUNT = 32;
2929

3030
class CProjectileInfoSA final : public CProjectileInfo
3131
{

0 commit comments

Comments
 (0)