mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Several architectural fixes and additions
This commit is contained in:
@@ -32,10 +32,10 @@ public:
|
||||
|
||||
const TLockedToken<CStringTable>& GetWorldName() const { return x2c_worldName; }
|
||||
const TLockedToken<CSaveWorld>& GetSaveWorld() const { return x3c_saveWorld; }
|
||||
std::wstring GetFrontEndName() const
|
||||
const wchar_t* GetFrontEndName() const
|
||||
{
|
||||
if (!x2c_worldName)
|
||||
return {};
|
||||
return L"";
|
||||
return x2c_worldName->GetString(0);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user