Browse Source

Removed unreferences var

pull/25/head
Dennis Duda 8 years ago
parent
commit
e8ffd05cfd
  1. 1
      Source/path.cpp

1
Source/path.cpp

@ -216,7 +216,6 @@ BOOL __fastcall path_parent_path(PATHNODE *pPath, int dx, int dy, int sx, int sy
int next_g;
PATHNODE *dxdy;
int i;
char h_new;
next_g = pPath->g + path_check_equal(pPath, dx, dy);

Loading…
Cancel
Save