mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
JUtility debug (#3020)
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
class JUTExMapFile {
|
||||
public:
|
||||
JUTExMapFile(char* path) : mLink(this) { mPath = path; }
|
||||
JUTExMapFile(const char* path) : mLink(this) { mPath = const_cast<char*>(path); }
|
||||
|
||||
public:
|
||||
/* 0x00 */ char* mPath;
|
||||
|
||||
Reference in New Issue
Block a user