diff options
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
| -rw-r--r-- | src/game/editor/ed_editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index a8e8815b..e32b5cb7 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -6,7 +6,7 @@ #include <stdlib.h> #include <math.h> #include "array.hpp" -#include "../g_mapitems.hpp" +#include "../mapitems.hpp" #include "../client/gc_render.hpp" extern "C" { |