From a9bc23377bd9193cd3eb3ef2e91431d088d13d5d Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 29 May 2025 09:36:11 -0400 Subject: pke: level: BucketContainer -> pk_bkt_arr_t & name --- src/level-types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/level-types.hpp') diff --git a/src/level-types.hpp b/src/level-types.hpp index 75bc6eb..ce0d060 100644 --- a/src/level-types.hpp +++ b/src/level-types.hpp @@ -15,7 +15,7 @@ struct scene_instance { const uint8_t LEVEL_NAME_MAX_LEN = 16; #define pke_level_name_printf_format "%16s" -struct PkeLevel : public Entity_Base { +struct pke_level : public Entity_Base { char *file_path = nullptr; struct pk_membucket *bkt = nullptr; char name[LEVEL_NAME_MAX_LEN] = {'\0'}; -- cgit v1.2.3