mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 18:29:35 +00:00
Replace 1e24 with 1e16 to avoid float overflow
This commit is contained in:
@@ -61,7 +61,7 @@ bool COrderMortarAttack::CreateOrder( CPlayerClass *pClass )
|
||||
ORDER_MORTAR_ATTACK,
|
||||
pEnt,
|
||||
pPlayer,
|
||||
1e24,
|
||||
1e16,
|
||||
40,
|
||||
pOrder
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user