summaryrefslogtreecommitdiff
path: root/src/d/d_s_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_s_open.cpp')
-rw-r--r--src/d/d_s_open.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_open.cpp b/src/d/d_s_open.cpp
index c561a07d..260a08e6 100644
--- a/src/d/d_s_open.cpp
+++ b/src/d/d_s_open.cpp
@@ -89,7 +89,7 @@ void dScnOpen_c::changeGameScene() {
if (fpcM_GetName(this) == PROC_OPEN2_SCENE) {
dComIfG_changeOpeningScene(this, PROC_OPENING2_SCENE);
} else {
- if (fopScnM_ChangeReq(this, PROC_PLAY_SCENE, 0, 5)) {
+ if (fopScnM_ChangeReq(this, PROC_PLAY_SCENE, PROC_OVERLAP0, 5)) {
dComIfGs_setRestartRoomParam(0);
mDoAud_setSceneName(dComIfGp_getNextStageName(), dComIfGp_getNextStageRoomNo(), dComIfGp_getNextStageLayer());
}