Removed unnecessary "and" from comment

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

View file

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