diff --git a/SHADE_Engine/src/Filesystem/SHFileSystem.h b/SHADE_Engine/src/Filesystem/SHFileSystem.h index 2eff32bd..9b8b94a2 100644 --- a/SHADE_Engine/src/Filesystem/SHFileSystem.h +++ b/SHADE_Engine/src/Filesystem/SHFileSystem.h @@ -8,6 +8,7 @@ namespace SHADE { class SHFolder; + typedef unsigned char FolderCounter; typedef unsigned char FileCounter; typedef uint64_t FolderLocation; @@ -17,7 +18,7 @@ namespace SHADE typedef SHFolder* FolderPointer; constexpr char FOLDER_BIT_ALLOCATE{ 4 }; - constexpr char FOLDER_MAX_DEPTH{ 26 }; + constexpr char FOLDER_MAX_DEPTH{ 16 }; class SHFolder {