summary refs log tree commit diff stats
path: root/src/script_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script_system.h')
-rw-r--r--src/script_system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script_system.h b/src/script_system.h index 686415c..2d099e3 100644 --- a/src/script_system.h +++ b/src/script_system.h
@@ -26,7 +26,6 @@ private:
26 26
27 Game& game_; 27 Game& game_;
28 sol::state engine_; 28 sol::state engine_;
29 std::unique_ptr<sol::thread> runner_;
30 std::unique_ptr<sol::coroutine> callable_; 29 std::unique_ptr<sol::coroutine> callable_;
31 std::set<std::string> loadedScripts_; 30 std::set<std::string> loadedScripts_;
32}; 31};