diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-07-13 09:47:17 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-07-13 09:47:17 -0700 |
| commit | d4a36b32e4ffd2184336bea077e1a94e4abed174 (patch) | |
| tree | 40b6e7ee99d64a3a6448fbca6de02e62a0a5c11b /src/d/d_s_title.cpp | |
| parent | 597c49efb7fa9c050b08a4087f2114a820cf2aaf (diff) | |
some scene/overlap documentation and fixes
Diffstat (limited to 'src/d/d_s_title.cpp')
| -rw-r--r-- | src/d/d_s_title.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp index 1e5af478..321b27aa 100644 --- a/src/d/d_s_title.cpp +++ b/src/d/d_s_title.cpp @@ -72,7 +72,7 @@ static BOOL dScnTitle_Execute(title_of_scene_class* i_this) { if (fpcM_GetName(i_this) == PROC_ENDING_SCENE) { if (movie->mpCallBack1() == 0) { if (dComIfGs_getClearCount() == 0) { - fopScnM_ChangeReq(i_this, PROC_NAMEEX_SCENE, 0, 5); + fopScnM_ChangeReq(i_this, PROC_NAMEEX_SCENE, PROC_OVERLAP0, 5); } else { dComIfG_changeOpeningScene(i_this, PROC_OPENING_SCENE); } |
