From d726aac2d9bac76f095ad6559d7dc30d97c3a97f Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 7 Jul 2014 13:55:32 +0000 Subject: Fix: small semi-coll bullets are collected by clr... Add Multpo's for Level 7/-1. Do slight changes to level -1... Distribute CLRs for level 1~-1. --- towernbullet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'towernbullet.h') diff --git a/towernbullet.h b/towernbullet.h index dc78aea..87f3d05 100644 --- a/towernbullet.h +++ b/towernbullet.h @@ -713,6 +713,7 @@ void ProcessBullet8(int i) if(bullet[i].bulletpos.x<=-10||bullet[i].bulletpos.x>=800||bullet[i].bulletpos.y<=-10||bullet[i].bulletpos.y>=600) { int cnt=re.NextInt(2,5);if (Dis8ref)cnt=0; + if(PlayerSplit)cnt=re.NextInt(0,2); if(bullet[i].redattrib) { if(re.NextInt(0,3))//more possibility to reflect -- cgit v1.2.3