From 9739a80289d57881178a9aa7c88d1490010894a5 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 18 Mar 2014 13:54:50 +0000 Subject: One new level, one minor change. Add a missing change in the changelog. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 81be62f..171262d 100644 --- a/main.cpp +++ b/main.cpp @@ -514,6 +514,8 @@ void CallLevels() if (level==-1&&part==16)Levelm1Part16(); if (level==-1&&part==17)Levelm1Part17(); if (level==-1&&part==18)Levelm1Part18(); + if (level==-1&&part==19)Levelm1Part19(); + if (level==-1&&part==20)Levelm1Part20(); 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