Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyedDev committed Oct 16, 2023
1 parent e36324e commit 79b7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CotoCut.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set current_chapter=%start_chapter%
set /p count="Nombre de chapitres pour l'épisode !episode!, Chapitre actuel : !current_chapter! ("aide" = à la selection du chapitre | "retour" = Menu principal) ^> "
set helpselection="loop"
if "%count%"=="aide" goto preview_mode
if "%count%"=="%retour%" goto chapter_select
if "%count%"=="retour" goto chapter_select
if not defined count goto end_script

:: Trouver le timestamp de fin
Expand Down

0 comments on commit 79b7a00

Please sign in to comment.