diff options
| author | Caladius <Caladius@users.noreply.github.com> | 2024-12-03 11:44:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 09:44:10 -0700 |
| commit | 82d70a2029ed743c19ec3a8ace4f8221e0840824 (patch) | |
| tree | 5fd164fada0e689923f9dbb571db4ee32cd2590d /soh/src/code | |
| parent | 8b60cea1f96b1e6ea10f7c37323879bc67123cca (diff) | |
Add Timer Display Window (#4553)
* Add new timer window and display options
* Fix overflow spacing
* Icons for Timers
* Swap Labels for Icons.
* Additional Timers
* Navi Timer Icon
* Clean up unused Defines.
* Code clean up and double check. Ready for Review
* Update from Suggestions
* Update magic numbers, correct indentations hopefully
* One moooooore thing
* Undo z_param change
* Updates
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index 84c71c83b..d2c3e1a26 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -6070,7 +6070,7 @@ void Interface_Draw(PlayState* play) { svar5 = CVarGetInteger(CVAR_COSMETIC("HUD.Timers.PosX"), 0)+204+X_Margins_Timer; } else if (CVarGetInteger(CVAR_COSMETIC("HUD.Timers.PosType"), 0) == 4) {//Hidden svar5 = -9999; - } + } } OVERLAY_DISP = |
