1
0

Fixed ToLua errors, added newlines

This commit is contained in:
archshift
2014-04-27 09:42:31 -07:00
parent cc39d314ae
commit 15324f3bbd
18 changed files with 19 additions and 19 deletions

View File

@@ -47,4 +47,4 @@ void cFireChargeEntity::OnHitEntity(cEntity & a_EntityHit, const Vector3d & a_Hi
// TODO: Some entities are immune to hits
a_EntityHit.StartBurning(5 * 20); // 5 seconds of burning
}
}