Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Generals/Code/GameEngine/Include/GameLogic/AIPathfind.h
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,8 @@ class Pathfinder : PathfindServicesInterface, public Snapshot

void checkChangeLayers(PathfindCell *parentCell);

bool checkCellOutsideExtents(ICoord2D& cell);

#if defined(RTS_DEBUG)
void doDebugIcons(void) ;
#endif
Expand Down
Loading
Loading