AlexVinS 9 年之前
父节点
当前提交
94770e7598
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      client/battle/CBattleInterface.cpp

+ 0 - 3
client/battle/CBattleInterface.cpp

@@ -1018,9 +1018,6 @@ void CBattleInterface::stackRemoved(int stackID)
 		}
 		}
 	}
 	}
 
 
-//	delete creAnims[stackID];
-//	creAnims.erase(stackID);
-//	creDir.erase(stackID);
 	redrawBackgroundWithHexes(activeStack);
 	redrawBackgroundWithHexes(activeStack);
 	queue->update();
 	queue->update();
 }
 }