Shorten long line

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-09-17 10:31:07 +02:00
parent f2a2b3fd0c
commit 6ffc8d7429
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -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