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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_system.h b/src/script_system.h index 2832576..9c901b7 100644 --- a/src/script_system.h +++ b/src/script_system.h
@@ -18,7 +18,7 @@ public:
18 18
19 void tick(double dt) override; 19 void tick(double dt) override;
20 20
21 void runScript(std::string name); 21 void runScript(std::string mapName, std::string scriptName);
22 22
23private: 23private:
24 24