summaryrefslogtreecommitdiff
path: root/src/level-types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/level-types.hpp')
-rw-r--r--src/level-types.hpp2
1 files changed, 1 insertions, 1 deletions
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'};