Merge pull request #488 from Azaezel/484

fix for issue #484
This commit is contained in:
David Wyand 2013-10-08 16:07:43 -07:00
commit a27a8c4142

View file

@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this)
// ShapeBase datablock
//-----------------------------------------------------------------------------
function ShapeBaseData::damage(%this, %obj, %position, %source, %amount, %damageType)
function ShapeBaseData::damage(%this, %obj, %source, %position, %amount, %damageType)
{
// Ignore damage by default. This empty method is here to
// avoid console warnings.