mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 11:49:09 +00:00
Replace 1e24 with 1e16 to avoid float overflow
This commit is contained in:
@@ -74,7 +74,7 @@ bool COrderHeal::CreateOrder( CPlayerClass *pClass )
|
||||
ORDER_HEAL,
|
||||
pTeam->GetPlayer( sorted[0] ),
|
||||
pClass->GetPlayer(),
|
||||
1e24,
|
||||
1e16,
|
||||
60,
|
||||
pOrder );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user