Note a difference in the old Linux port

This commit is contained in:
Clownacy 2019-02-18 02:56:27 +00:00
parent f9a4ea9ed4
commit 1042d3fcf2

View file

@ -294,6 +294,7 @@ void ActNpc002(NPCHAR *npc)
if (npc->ani_no > 6)
{
npc->ani_no = 5;
// These three lines are missing in the Linux port. Could this be because it's based on an older version?
PlaySoundObject(26, 1);
SetNpChar(4, npc->x, npc->y + 0x600, 0, 0, 0, 0, 0x100);
SetQuake(8);