1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

CPathfinder: move destTopVisObjID where it's belongs to

This commit is contained in:
ArseniyShestakov
2015-10-10 19:02:21 +03:00
parent 13c2b5e2d8
commit ee4305cd6d
2 changed files with 1 additions and 2 deletions

View File

@@ -297,7 +297,6 @@ private:
CGPathNode *dp; //destination node -> it's a neighbour of cp that we consider
const TerrainTile *ct, *dt; //tile info for both nodes
ui8 useEmbarkCost; //0 - usual movement; 1 - embark; 2 - disembark
Obj destTopVisObjID;
CGObjectInstance *sTileObj;
CGObjectInstance *dTileObj;