Shorten long line
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
f2a2b3fd0c
commit
6ffc8d7429
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ void ClearArmsData();
|
||||||
void ClearItemData();
|
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);
|
BOOL AddArmsData(long code, long max_num);
|
||||||
|
|
||||||
/// Remove code from the weapons. Fails if code is not found
|
/// Remove code from the weapons. Fails if code is not found
|
||||||
|
|
Loading…
Add table
Reference in a new issue