From 5e2b93009b5ca6ae18172c8e9ba7eafe6ef86000 Mon Sep 17 00:00:00 2001 From: jyelon Date: Wed, 23 Mar 2022 17:38:56 -0400 Subject: [PATCH] Clean up testing 123 --- luprex/core/TODO | 1 + luprex/core/cpp/luaconsole.hpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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