diff options
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 17a647745..1b2e2706a 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -194,7 +194,7 @@ void Message_Init(PlayState* play) { void func_80111070(void) { YREG(8) = 10; YREG(14) = 0; - YREG(15) = 0; + R_SCENE_CAM_TYPE = SCENE_CAM_TYPE_DEFAULT; R_TEXTBOX_TEXWIDTH = 0; R_TEXTBOX_TEXHEIGHT = 0; R_TEXTBOX_WIDTH = 50; |
