From b4ef218dcae2827a176f57cbac7455a64c3170d4 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Mon, 23 Sep 2019 10:34:07 +0200 Subject: [PATCH] Removed unnecessary "and" from comment Signed-off-by: Gabriel Ravier --- src/ArmsItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArmsItem.cpp b/src/ArmsItem.cpp index 56597a2c..e2e10f83 100644 --- a/src/ArmsItem.cpp +++ b/src/ArmsItem.cpp @@ -22,7 +22,7 @@ int gSelectedItem; ARMS gArmsData[ARMS_MAX]; ITEM gItemData[ITEM_MAX]; -/// True if we're in the items section of the inventory (and not in the weapons section) (only relevant when the inventory is open) +/// True if we're in the items section of the inventory (not in the weapons section) (only relevant when the inventory is open) static BOOL gCampActive; static int gCampTitleY;