mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Allow passing a clothing file to LoadAvatar and plStringify whatever we encounter on our way
This commit is contained in:
@ -281,7 +281,7 @@ public:
|
||||
plClothingItem *GetLRMatch(plClothingItem *item);
|
||||
bool IsLRMatch(plClothingItem *item1, plClothingItem *item2);
|
||||
|
||||
static void ChangeAvatar(char *name);
|
||||
static void ChangeAvatar(const char* name, const plFileName &clothingFile = "");
|
||||
|
||||
static plClothingMgr *GetClothingMgr() { return fInstance; }
|
||||
static void Init();
|
||||
|
Reference in New Issue
Block a user