mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Add house export to room editor
This commit is contained in:
@@ -91,9 +91,8 @@ namespace PortabilityLayer
|
||||
return output;
|
||||
}
|
||||
|
||||
bool GpArcResourceTypeTag::Load(const char *str)
|
||||
bool GpArcResourceTypeTag::Load(const char *str, size_t l)
|
||||
{
|
||||
size_t l = strlen(str);
|
||||
if (l < sizeof(m_id))
|
||||
{
|
||||
memcpy(m_id, str, l);
|
||||
|
Reference in New Issue
Block a user