X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fsquirrel_util.cpp;h=a5b1c1dda9d9c5dfccd1fde941ecaacfe68186ca;hb=d0d4f2a10842e956e90af678e8270fec96536164;hp=5f2e3f3b88dedeeeadd0af2b9091a61f6fa26e73;hpb=fdf828cfc36053dff84e29c07f37457c48293d83;p=supertux.git diff --git a/src/scripting/squirrel_util.cpp b/src/scripting/squirrel_util.cpp index 5f2e3f3b8..a5b1c1dda 100644 --- a/src/scripting/squirrel_util.cpp +++ b/src/scripting/squirrel_util.cpp @@ -31,7 +31,7 @@ #include "log.hpp" #include "level.hpp" #include "physfs/physfs_stream.hpp" -#include "../random_generator.hpp" +#include "random_generator.hpp" #ifdef ENABLE_SQDBG #include @@ -92,7 +92,7 @@ void init_squirrel(bool enable_debugger) // register supertux API register_supertux_wrapper(global_vm); - // TODO remove this at some point... it shoud just be functions not an object + // TODO remove this at some point... it should just be functions not an object expose_object(global_vm, -1, new Scripting::Level(), "Level", true); sq_pop(global_vm, 1);