diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-11-21 22:01:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 04:01:44 +0100 |
| commit | 9c35716fe2c0ff6447525c23a1364694e6ade01f (patch) | |
| tree | f14a8432f4139aa7df03db43ec4b1f969fe96399 /src/code/z_common_data.c | |
| parent | 9bdf6ded2f8ffaf736897258e47d3009019b92a2 (diff) | |
Document Hud Mode (#1323)
* begin interface alpha docs
* more progress/docs
* First draft of docs done
* cleanup
* Consistency
* Display -> Mode
* Remaining display -> mode
* Better docs
* Small touchups
* Small Update
* Apply discord discussion
* small fix
* More discussions
* PR Suggestions
* Roman PR Suggestions
* better comments
* PR Suggestions
* another suggestion
* discord discussions
* cleanup comments
* more discord/pr suggestions
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index d1db8b508..dd039f8a2 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -19,5 +19,5 @@ void SaveContext_Init(void) { gSaveContext.skyboxTime = 0; gSaveContext.dogIsLost = true; gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT; - gSaveContext.unk_13EE = 50; + gSaveContext.prevHudVisibilityMode = HUD_VISIBILITY_ALL; } |
