mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-16 15:10:09 -04:00
Option for Team faces in cutscenes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user