mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Linux build fixes
This commit is contained in:
@@ -505,7 +505,7 @@ void CParticleDatabase::InsertParticleGen(bool oneShot, int flags, std::string_v
|
||||
useMap = &x3c_rendererDrawLoop;
|
||||
}
|
||||
|
||||
useMap->insert(std::make_pair(name, std::move(gen)));
|
||||
useMap->insert(std::make_pair(std::string(name), std::move(gen)));
|
||||
|
||||
if (flags & 0x60)
|
||||
xb4_25_drawingEnds = true;
|
||||
|
||||
2
amuse
2
amuse
Submodule amuse updated: 75830dc6dd...03d597b0ac
2
hecl
2
hecl
Submodule hecl updated: 6e571a0e5a...38c511f5b5
2
nod
2
nod
Submodule nod updated: 27a2cb5998...69e96e3b3c
Reference in New Issue
Block a user