diff options
Diffstat (limited to 'src/headless/main.cpp')
-rw-r--r-- | src/headless/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp index 04728b6..3935c2d 100644 --- a/src/headless/main.cpp +++ b/src/headless/main.cpp @@ -52,7 +52,7 @@ static bool headless_load(Dataloader::path_vector_t const& roots) { ret = false; } - + Testing testing = Testing(&game_manager); std::cout << std::endl << "Testing Loaded" << std::endl << std::endl; testing.execute_all_scripts(); |