- 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--;