aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 171262d..e6fdfe6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -516,6 +516,7 @@ void CallLevels()
if (level==-1&&part==18)Levelm1Part18();
if (level==-1&&part==19)Levelm1Part19();
if (level==-1&&part==20)Levelm1Part20();
+ if (level==-1&&part==21)Levelm1Part21();
if (level==1&&part==5)level=2,part=0;
if (level==2&&part==10)level=3,part=0;
if (level==3&&part==7)level=4,part=0;