From 969bc3f4d0828d932b49bbff2ff6a4f2ac7c7926 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 29 Mar 2014 13:46:24 +0000 Subject: New level "Pinball". --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 38f474c..7224a6c 100644 --- a/main.cpp +++ b/main.cpp @@ -539,6 +539,8 @@ void CallLevels() if (level==-2&&part==14)Levelm2Part14(); if (level==-2&&part==15)Levelm2Part15(); if (level==-2&&part==16)Levelm2Part16(); + if (level==-2&&part==17)Levelm2Part17(); + if (level==-2&&part==18)Levelm2Part18(); if (level==1&&part==5)level=2,part=0; if (level==2&&part==10) -- cgit v1.2.3