diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9e75090c..01250594 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,6 +46,7 @@ #include "configuration.h" #include "keyboardconfig.h" +#include "player_relations.h" #include "game.h" #include "graphics.h" #include "itemshortcut.h" @@ -331,6 +332,9 @@ void init_engine(const Options &options) // Initialize keyboard keyboard.init(); + + // Initialise player relations + player_relations.init(); } /** Clear the engine */ |