Added spawner mod as an option on developer

This commit is contained in:
KiritoDv
2024-11-18 20:00:42 -06:00
parent f59fa4a7cd
commit c1fa820bfc
3 changed files with 17 additions and 4 deletions
+3 -3
View File
@@ -627,9 +627,9 @@ void Game_Update(void) {
#if MODS_FPS_COUNTER == 1
Play_RenderFps();
#endif
#if MODS_SPAWNER == 1
Spawner();
#endif
if(CVarGetInteger("gSpawnerMod", 0) == 1){
Spawner();
}
}
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 0, 255);