From 8c78ae3fa945324b2b5fa05b06f482ff8363af2b Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sun, 9 Mar 2014 13:41:46 +0000 Subject: One new level, small level changes. --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 5836fe5..1820ace 100644 --- a/main.cpp +++ b/main.cpp @@ -452,6 +452,10 @@ void CallLevels() if (level==7&&part==30)Level7Part30(); if (level==7&&part==31)Level7Part31(); if (level==7&&part==32)Level7Part32(); + if (level==7&&part==33)Level7Part33(); + if (level==7&&part==34)Level7Part34(); + if (level==7&&part==35)Level7Part35(); + if (level==7&&part==36)Level7Part36(); 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