enable debug messages, some formatting

This commit is contained in:
DubbleClick
2023-11-14 00:02:06 +01:00
parent af605f896b
commit f88ec9a6e6
3 changed files with 5 additions and 13 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ public:
protected:
static constexpr int FieldLength = 1024;
long Number;
int FieldCounter;
TextureFileStruct*** Files;
long Number = 0;
int FieldCounter = 0;
TextureFileStruct*** Files = nullptr;
};