From b28dddf62fceb503873e67185e9e7ac352f57478 Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:57:42 +0200 Subject: [PATCH] add small note --- src/game_api/layer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game_api/layer.hpp b/src/game_api/layer.hpp index e77c86e0d..d5bde56ee 100644 --- a/src/game_api/layer.hpp +++ b/src/game_api/layer.hpp @@ -17,6 +17,7 @@ class Entity; inline constexpr uint32_t g_level_max_x = 0x56; inline constexpr uint32_t g_level_max_y = 0x7e; +// Is always ordered by the uid struct EntityList { Entity** ent_list;