Note a difference in the old Linux port
This commit is contained in:
parent
f9a4ea9ed4
commit
1042d3fcf2
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ void ActNpc002(NPCHAR *npc)
|
||||||
if (npc->ani_no > 6)
|
if (npc->ani_no > 6)
|
||||||
{
|
{
|
||||||
npc->ani_no = 5;
|
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);
|
PlaySoundObject(26, 1);
|
||||||
SetNpChar(4, npc->x, npc->y + 0x600, 0, 0, 0, 0, 0x100);
|
SetNpChar(4, npc->x, npc->y + 0x600, 0, 0, 0, 0, 0x100);
|
||||||
SetQuake(8);
|
SetQuake(8);
|
||||||
|
|
Loading…
Add table
Reference in a new issue