diff options
Diffstat (limited to 'src/game/Path.h')
-rw-r--r-- | src/game/Path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Path.h b/src/game/Path.h index fe1c3587caf..2fd6723b01c 100644 --- a/src/game/Path.h +++ b/src/game/Path.h @@ -85,3 +85,4 @@ class Path std::vector<PathNode> i_nodes; }; #endif + |