MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / NPAR_SceneFinish

Function NPAR_SceneFinish

src/SB/Game/zNPCSupplement.cpp:391–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void NPAR_SceneFinish()
392{
393 for (int i = 0; i < 12; i++)
394 {
395 g_npar_mgmt[i].Done();
396 }
397 g_gameExtrasFlags = 0;
398 g_mon = 0;
399 g_day = 0;
400}
401
402void NPAR_SceneReset()
403{

Callers 1

Calls 1

DoneMethod · 0.45

Tested by

no test coverage detected