From 6ffc8d74294334e84c7922a594937a71707788d3 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 17 Sep 2019 10:31:07 +0200 Subject: [PATCH] Shorten long line Signed-off-by: Gabriel Ravier --- src/ArmsItem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ArmsItem.h b/src/ArmsItem.h index f45601bb..6960fce3 100644 --- a/src/ArmsItem.h +++ b/src/ArmsItem.h @@ -51,7 +51,8 @@ void ClearArmsData(); void ClearItemData(); -/// Add code to the weapons, setting max_num as the max ammo, or find code and add max_num to its ammo. Fails if no space is available and the weapon isn't already present +/// Add code to the weapons, setting max_num as the max ammo, or find code and add max_num to its ammo. Fails if no space is available and the weapon isn't +/// already present BOOL AddArmsData(long code, long max_num); /// Remove code from the weapons. Fails if code is not found