diff options
Diffstat (limited to 'pathfind.h')
-rw-r--r-- | pathfind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathfind.h b/pathfind.h index 2f947cab6..07f42753e 100644 --- a/pathfind.h +++ b/pathfind.h @@ -36,7 +36,7 @@ struct TrackPathFinder { TPFEnumProc *enum_proc; void *userdata; - + RememberData rd; int the_dir; |