From a67700d92709c332ae7f345767b353d122b7c8e0 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 24 Sep 2019 10:12:05 +0200 Subject: [PATCH] Clarify vague comment Signed-off-by: Gabriel Ravier --- src/ArmsItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArmsItem.h b/src/ArmsItem.h index 4ec5b407..811a1b05 100644 --- a/src/ArmsItem.h +++ b/src/ArmsItem.h @@ -15,7 +15,7 @@ struct ARMS /// Current level of the weapon int level; - /// Current EXP of the weapon, is reset to 0 at each level up + /// Current EXP of the weapon. It is counted from the current level (it's reset to 0 at each level up) int exp; /// Maximum ammunition