From 1d05051ab16b2012c08f0405b4754f421aae4cf3 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 4 Mar 2014 03:11:48 +0000 Subject: New level, remove more comments, more interfaces... I'm now preparing for the next public pre-release version. --- global.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index 38bc94d..d46c6cb 100644 --- a/global.h +++ b/global.h @@ -90,10 +90,10 @@ public: bool exist,inv; int whirem,whiskp,yelbrk; int exp1,exp2; - double lifetime; + double lifetime,rot; bool scollable,collable; double scale;int effbrk; - TColors alterColor; + TColors alterColor,alterColor2; void redir(vector2d targ) { bulletdir.x=bulletpos.x-targ.x; @@ -260,7 +260,7 @@ int coll,semicoll,mode,dsmc,restarts; double clrrange,clrrad,clrmaxrange,clrind; hgeSprite *clrcircle; bool IfCallLevel; -bool Dis8ref; +bool Dis8ref,t8special; int frameskips=0,stepskips=0; bool IfShowTip=false,FadeTip=false; hgeFont *TipFont; @@ -283,7 +283,7 @@ int creditsp;double creditfly,creditacc,credbrk; bool credstop,creddone; bool tfs; int fpslvl,clrmode; -static const char* GLOBAL_H_FN="global.h"; +//static const char* GLOBAL_H_FN="global.h"; void Throw(char *Filename,char *Info) { -- cgit v1.2.3