Merge from 1.2 branch.

This commit is contained in:
David Anderson 2009-03-06 14:44:25 -05:00
commit d4bcbc3771
2 changed files with 1 additions and 6 deletions

View File

@ -36,11 +36,6 @@
"engine" "original"
}
"Keys"
{
"m_iHealth" "m_fHealth"
}
"Offsets"
{
"GetDataDescMap"

View File

@ -491,7 +491,7 @@ stock SetEntityHealth(entity, amount)
if (!exists)
{
strcopy(prop, sizeof(prop), "m_iHeath");
strcopy(prop, sizeof(prop), "m_iHealth");
}
gotconfig = true;