From 63f8d56df059a3783f42889033549b524af829cf Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 17 Mar 2014 13:53:11 +0000 Subject: Draft a new level. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index f2dfa4f..81be62f 100644 --- a/main.cpp +++ b/main.cpp @@ -512,6 +512,8 @@ void CallLevels() if (level==-1&&part==14)Levelm1Part14(); if (level==-1&&part==15)Levelm1Part15(); if (level==-1&&part==16)Levelm1Part16(); + if (level==-1&&part==17)Levelm1Part17(); + if (level==-1&&part==18)Levelm1Part18(); 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; -- cgit v1.2.3