Update effect.cpp

This commit is contained in:
Lwmte 2021-08-26 14:59:59 +03:00
parent 2c04b225c1
commit 17fa367e33

View file

@ -338,7 +338,7 @@ void TriggerLaraBlood()
int i; int i;
int node = 1; int node = 1;
for (i = 0; i <= LARA_MESHES::NUM_LARA_MESHES; i++) for (i = 0; i < LARA_MESHES::LM_HEAD; i++)
{ {
if (node & LaraItem->touchBits) if (node & LaraItem->touchBits)
{ {