diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/pathmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/koopatlas/pathmanager.h b/src/koopatlas/pathmanager.h index 3ddcf58..c5a642c 100644 --- a/src/koopatlas/pathmanager.h +++ b/src/koopatlas/pathmanager.h @@ -23,6 +23,8 @@ class dWMPathManager_c { dKPPath_s *currentPath; bool reverseThroughPath; // direction we are going through the path + + bool mustComplainToMapCreator; }; #endif |