mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 04:56:49 +03:00
Update effect.cpp
This commit is contained in:
parent
2c04b225c1
commit
17fa367e33
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue