2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00
This commit is contained in:
Jack Andersen
2017-05-29 09:56:36 -10:00
13 changed files with 322 additions and 25 deletions

View File

@@ -36,6 +36,7 @@
#include "GuiSys/CTextExecuteBuffer.hpp"
#include "DataSpec/DNAMP1/Tweaks/CTweakPlayer.hpp"
#include "DataSpec/DNAMP1/Tweaks/CTweakGame.hpp"
#include "World/CScriptMazeNode.hpp"
namespace urde
{
@@ -90,6 +91,7 @@ public:
{
LoadStringTable();
m_renderer.reset(AllocateRenderer(xcc_simplePool, x4_resFactory));
CScriptMazeNode::LoadMazeSeeds();
}
void ResetGameState()