From 4ade9aeeb0b7040453b2fe42828cbde9ea9ef826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Fri, 13 Oct 2023 12:55:19 -0400 Subject: [PATCH] =?UTF-8?q?Document=20tile=5Fid::frame=20variant=E2=80=99s?= =?UTF-8?q?=20purpose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/resources_type.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/resources_type.hpp b/src/utils/resources_type.hpp index 24baeea..50623c8 100644 --- a/src/utils/resources_type.hpp +++ b/src/utils/resources_type.hpp @@ -18,7 +18,7 @@ enum class tile_id { chasm = TILES_CHASMID, iron = TILES_IRONID, concrete = TILES_CONCRETEID, - frame = TILES_FRAMEID, + frame = TILES_FRAMEID, // used to highlight tiles targeted by actionnable objects }; } // namespace utils::resources_type