Browse Source

Added todo note about ghost stack fadeout

AlexVinS 9 years ago
parent
commit
42af83f0dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/battle/CBattleInterface.cpp

+ 2 - 0
client/battle/CBattleInterface.cpp

@@ -1018,6 +1018,8 @@ void CBattleInterface::stackRemoved(int stackID)
 		}
 	}
 
+	//todo: ensure that ghost stack animation has fadeout effect
+
 	redrawBackgroundWithHexes(activeStack);
 	queue->update();
 }