From ed78baff64fe45479ca6c480d985ce0f9c0c9515 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 23:11:42 +0100 Subject: more bug fixes --- backend/ObjectFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/ObjectFactory.h') diff --git a/backend/ObjectFactory.h b/backend/ObjectFactory.h index 735ac1f..1578198 100644 --- a/backend/ObjectFactory.h +++ b/backend/ObjectFactory.h @@ -9,7 +9,7 @@ struct UniversalObject { String description; String type; Range value; - int protection; + unsigned int protection; }; class ObjectFactory { -- cgit v1.2.3