From 1042d3fcf2d713ba1485d9ffb6cb6202a0406fea Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 18 Feb 2019 02:56:27 +0000 Subject: [PATCH] Note a difference in the old Linux port --- src/NpcAct000.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NpcAct000.cpp b/src/NpcAct000.cpp index ff5f1c1e..7659e3cd 100644 --- a/src/NpcAct000.cpp +++ b/src/NpcAct000.cpp @@ -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);