From aba3176b0edbe171ee1a73ee48b0aff18a81946a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 11 Aug 2004 00:16:23 +0000 Subject: Correct ESC key behaviour. svn-id: r14551 --- saga/ite_introproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp index a79a56ee43..84c5c665c8 100644 --- a/saga/ite_introproc.cpp +++ b/saga/ite_introproc.cpp @@ -125,7 +125,7 @@ static R_INTRO_DIALOGUE IntroDiag[] = { R_SCENE_QUEUE ITE_IntroList[] = { {ITE_INTRO_ANIM_SCENE, NULL, BY_RESOURCE, ITE_IntroAnimProc, 0}, - {ITE_CAVE_SCENE_1, NULL, BY_RESOURCE, ITE_IntroCave1Proc, 1}, + {ITE_CAVE_SCENE_1, NULL, BY_RESOURCE, ITE_IntroCave1Proc, 0}, {ITE_CAVE_SCENE_2, NULL, BY_RESOURCE, ITE_IntroCave2Proc, 0}, {ITE_CAVE_SCENE_3, NULL, BY_RESOURCE, ITE_IntroCave3Proc, 0}, {ITE_CAVE_SCENE_4, NULL, BY_RESOURCE, ITE_IntroCave4Proc, 0}, -- cgit v1.2.3