mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 06:21:16 +00:00
fix other build error
This commit is contained in:
parent
d0d2100f2e
commit
4c5ed89c54
@ -446,7 +446,7 @@ void Act3::HandleHitSound(undefined4 p_param1)
|
|||||||
m_islanderSound = 0;
|
m_islanderSound = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
objectId = g_IslanderSounds[m_islanderSound++];
|
objectId = g_islanderSounds[m_islanderSound++];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 6: {
|
case 6: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user