From 67f9cfbc209f6ed7678504503005f3f6e81e9e11 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 25 Feb 2014 09:28:01 +0000 Subject: M trunk/CHANGELOG.TXT M trunk/levels.h M trunk/main.cpp --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index cb2123f..8797df8 100644 --- a/main.cpp +++ b/main.cpp @@ -409,6 +409,9 @@ void CallLevels() if (level==7&&part==13)Level7Part13(); if (level==7&&part==14)Level7Part14(); if (level==7&&part==15)Level7Part15(); + if (level==7&&part==16)Level7Part16(); + if (level==7&&part==17)Level7Part17(); + if (level==7&&part==18)Level7Part18(); /*if (level==1&&part==3)Level1Part3(); if (level==1&&part==4)Level1Part4(); if (level==1&&part==5)Level1Part5(); -- cgit v1.2.3