Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 authored Sep 17, 2024
2 parents 033c8ac + d9b1876 commit 382e612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SB/Game/zNPCGoalVillager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ S32 zNPCGoalBoyWeep::NPCMessage(NPCMsg* mail)
{
switch (mail->msgid)
{
case NPC_MID_DAMAGE:
case NPC_MID_DAMAGE:
if (mail->infotype == NPC_MDAT_DAMAGE && mail->dmgdata.dmg_type == DMGTYP_SIDE)
{
ang_spinrate += 16.0f;
Expand Down

0 comments on commit 382e612

Please sign in to comment.