From c80fe050d6d175c5971a7b77e04a66a5ee161394 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 14 Feb 2014 15:02:51 +0000 Subject: M trunk/CHANGELOG.TXT M trunk/VERSION.TXT M trunk/effects.h M trunk/global.h M trunk/main.cpp M trunk/towernbullet.h --- global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'global.h') diff --git a/global.h b/global.h index 860569e..12686d3 100644 --- a/global.h +++ b/global.h @@ -64,7 +64,7 @@ Text:blnsns.png "Multiplier bonus!" 0,235,163,21 */ enum TColors -{green=0,blue,yellow,purple,red,white,dblue,orange,grey,COLOR_COUNT}; +{green=0,blue,yellow,purple,red,white,dblue,orange,grey,circle,COLOR_COUNT}; hgeSprite *bulletspr[COLOR_COUNT],*towerspr[COLOR_COUNT]; const double zero=1e-5; vector2d playerpos; @@ -487,6 +487,7 @@ TextureRect GetTextureRect(int type,TColors color) case dblue:return TextureRect(24,0,24,24); case orange:return TextureRect(72,0,24,24); case grey:return TextureRect(96,0,24,24); + case circle:return TextureRect(24,24,24,24); } } if (type==1) -- cgit v1.2.3