X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.cpp;h=893191bb2d89175e1c260f5df1c5f32897336d4a;hb=219ec61655edf6785ef483905b162604a215f5f4;hp=216aeb6936ddb6e79b2451b6865d8449195171f1;hpb=75fc1b8f0bd2cc8ba9f448678d46db1e882b40a9;p=supertux.git diff --git a/src/scripting/functions.cpp b/src/scripting/functions.cpp index 216aeb693..893191bb2 100644 --- a/src/scripting/functions.cpp +++ b/src/scripting/functions.cpp @@ -44,7 +44,7 @@ namespace scripting { SQInteger display(HSQUIRRELVM vm) { - Console::output << squirrel2string(vm, -1) << std::endl; + ConsoleBuffer::output << squirrel2string(vm, -1) << std::endl; return 0; }