mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-25 16:35:26 +00:00
enable debug messages, some formatting
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user