Fixed a couple of invalid memory reads in the entity code.

This was SVN commit r5161.
This commit is contained in:
Ykkrosh
2007-06-10 18:12:47 +00:00
parent 3e874c54cf
commit 2045b3c188
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void CEntity::ScriptingInit()
AddClassProperty( L"actions.move.speed", &CEntity::m_speed );
AddClassProperty( L"actions.move.run.speed", &CEntity::m_runSpeed );
AddClassProperty( L"actions.move.run.rangemin", &CEntity::m_runMinRange );
AddClassProperty( L"actions.move.run.rangeMin", &CEntity::m_runMinRange );
AddClassProperty( L"actions.move.run.range", &CEntity::m_runMaxRange );
AddClassProperty( L"actions.move.run.regenRate", &CEntity::m_runRegenRate );
AddClassProperty( L"actions.move.run.decayRate", &CEntity::m_runDecayRate );