mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 11:19:09 +00:00
Replace 1e24 with 1e16 to avoid float overflow
This commit is contained in:
@@ -95,7 +95,7 @@ bool COrderKillMortarGuy::CreateOrder( CPlayerClass *pClass )
|
||||
ORDER_KILL,
|
||||
pBrian,
|
||||
pClass->GetPlayer(),
|
||||
1e24,
|
||||
1e16,
|
||||
60,
|
||||
pOrder
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user