diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 8091d7f8..4e421784 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -24,7 +24,7 @@ #include <stdio.h> #include "astar.h" -#include "Being.h" +#include "being.h" Being *player_node = NULL; |