- fixed a bug with mana producer
- fixed a graphical glitch with quads in the stack
This commit is contained in:
wagic.the.homebrew
2008-12-08 13:50:21 +00:00
parent 35b35f7672
commit bf314c9fa3
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -533,6 +533,7 @@ class AManaProducer: public MTGAbility{
if (mParticleSys) mParticleSys->MoveTo(x, y);
if (mParticleSys && animation == 1.f) mParticleSys->Fire();
animation -= 4 *dt;
if (!animation) animation = -1;
if (animation < 0){
animation = 0;
currentlyTapping--;
+1 -1
View File
@@ -20,7 +20,7 @@
#define STATE_FIRST_TIME 4
#define STATE_WARNING 5
#define GAME_VERSION "WTH?! 0.3.0 - by WilLoW"
#define GAME_VERSION "WTH?! 0.3.1 - by WilLoW"
#define ALPHA_WARNING 0
#define DEFAULT_ANGLE_MULTIPLIER 0.4