2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

Add proper CRandom16 vars to factories

This commit is contained in:
2016-02-15 00:23:50 -08:00
parent 0260ebcd64
commit 1c5a86dcbf
6 changed files with 21 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ struct Application : boo::IApplicationCallback
int appMain(boo::IApplication* app)
{
Zeus::detectCPU();
pshag::CElementGen::Initialize();
m_viewManager.init(app);
while (m_running)