From f29d270055a7357bec4eabdc50665bf805263fe7 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 12 Jul 2021 20:55:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Make=20UINumPL=20unsigned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/itemdat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/itemdat.h b/Source/itemdat.h index d1d2aed92..7758b5699 100644 --- a/Source/itemdat.h +++ b/Source/itemdat.h @@ -588,7 +588,7 @@ struct UItemStruct { const char *UIName; enum unique_base_item UIItemId; int8_t UIMinLvl; - int8_t UINumPL; + uint8_t UINumPL; int UIValue; ItemPower powers[6]; };