Option for Team faces in cutscenes

This commit is contained in:
Sonic Dreamcaster
2024-11-24 21:12:39 -03:00
parent 29fb86f92d
commit d2a4a4d553
9 changed files with 74 additions and 47 deletions
+4 -2
View File
@@ -100,8 +100,10 @@ void func_demo_80048CC4(ActorCutscene* this, s32 index) {
} else {
this->iwork[11] = 1;
// @port: Setup team faces
this->iwork[14] = index + 2;
if (CVarGetInteger("gTeamFaces", 1) == 1) {
// @port: Setup team faces
this->iwork[14] = index + 2;
}
AUDIO_PLAY_SFX(NA_SE_ARWING_ENGINE_FG, this->sfxSource, 4);
}