X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fsquirrel_util.cpp;h=e25887df66496cb375bf138e2567846685e9a4fa;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=5f2e3f3b88dedeeeadd0af2b9091a61f6fa26e73;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/scripting/squirrel_util.cpp b/src/scripting/squirrel_util.cpp index 5f2e3f3b8..e25887df6 100644 --- a/src/scripting/squirrel_util.cpp +++ b/src/scripting/squirrel_util.cpp @@ -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);