From 5422ce494b3a83ece8f12156e7498cc9ce313539 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Thu, 13 Feb 2014 16:32:47 +0000 Subject: M resources/ss.png M trunk/CHANGELOG.TXT M trunk/VERSION.TXT M trunk/global.h M trunk/levels.h M trunk/libcgh.h M trunk/main.cpp M trunk/towernbullet.h --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 76f0d26..7670dca 100644 --- a/main.cpp +++ b/main.cpp @@ -401,6 +401,10 @@ void CallLevels() if (level==7&&part==5)Level7Part5(); if (level==7&&part==6)Level7Part6(); if (level==7&&part==7)Level7Part7(); + if (level==7&&part==8)Level7Part8(); + if (level==7&&part==9)Level7Part9(); + if (level==7&&part==10)Level7Part10(); + if (level==7&&part==11)Level7Part11(); /*if (level==1&&part==3)Level1Part3(); if (level==1&&part==4)Level1Part4(); if (level==1&&part==5)Level1Part5(); -- cgit v1.2.3