ref: 1042d3fcf2d713ba1485d9ffb6cb6202a0406fea
parent: f9a4ea9ed4d03e05824f03032225cd5179aea276
author: Clownacy <[email protected]>
date: Sun Feb 17 21:56:27 EST 2019
Note a difference in the old Linux port
--- a/src/NpcAct000.cpp
+++ b/src/NpcAct000.cpp
@@ -294,6 +294,7 @@
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);