Skip to content

Commit

Permalink
[Bugfix]: Fix typo in weapon.cpp (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohjimane committed Jul 4, 2023
1 parent b0f11ed commit 60f1029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xrGame/Weapon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -982,9 +982,11 @@ bool CWeapon::Action(u16 cmd, u32 flags)
{
FireEnd();
}
return true;
};
return false;
}
return true;

case kWPN_NEXT: { return SwitchAmmoType(flags);
}

Expand Down

0 comments on commit 60f1029

Please sign in to comment.