diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-06-23 18:32:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 21:32:48 -0400 |
| commit | 984871eb3892a081d42209a62ca8951cbb64dd31 (patch) | |
| tree | 15a281ce711687ceb703dd246f5f747a0474d1e6 /src/code/z_construct.c | |
| parent | e16779cc338c53b91387a28e3e97cd6f5f036a66 (diff) | |
Document `SaveContext.gameMode` (#1295)
* Document `SaveContext.gameMode`
* end credits
* Remove no longer needed comment
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 1b2e2706a..adc90a410 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -506,7 +506,7 @@ void func_80111070(void) { WREG(94) = 3; WREG(95) = 6; - if (gSaveContext.gameMode == 0) { + if (gSaveContext.gameMode == GAMEMODE_NORMAL) { R_TEXTBOX_X = 52; R_TEXTBOX_Y = 36; VREG(2) = 214; |
