diff --git a/luprex/core/TODO b/luprex/core/TODO index c7dd4297..6d69812e 100644 --- a/luprex/core/TODO +++ b/luprex/core/TODO @@ -6,3 +6,4 @@ Make math.random do something predictable. Do something about std::cerr && std::cout once and for all. +Fix math.random diff --git a/luprex/core/cpp/luaconsole.hpp b/luprex/core/cpp/luaconsole.hpp index 2e11169c..5476684f 100644 --- a/luprex/core/cpp/luaconsole.hpp +++ b/luprex/core/cpp/luaconsole.hpp @@ -37,8 +37,6 @@ // typed), the LuaConsole will return the command. The command // can be fetched using command(), int_arg(), and str_arg() // -// BANANA -// ////////////////////////////////////////////////////// #ifndef LUACONSOLE_HPP