2
0
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:
Jack Andersen
2017-11-12 21:21:51 -10:00
parent f7ec7bdc0c
commit 550078f7cb
4 changed files with 4 additions and 4 deletions

View File

@@ -505,7 +505,7 @@ void CParticleDatabase::InsertParticleGen(bool oneShot, int flags, std::string_v
useMap = &x3c_rendererDrawLoop; 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) if (flags & 0x60)
xb4_25_drawingEnds = true; xb4_25_drawingEnds = true;

2
amuse

Submodule amuse updated: 75830dc6dd...03d597b0ac

2
hecl

Submodule hecl updated: 6e571a0e5a...38c511f5b5

2
nod

Submodule nod updated: 27a2cb5998...69e96e3b3c