From 6e82e3b5761b79b89433f945a6e5fb3e51328cef Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Thu, 10 Jan 2019 11:17:45 +0100 Subject: [PATCH] Remove the loadingscreen stuff from the menu as it's empty right now anyway. --- Source/Menu-FN/entry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Menu-FN/entry.cpp b/Source/Menu-FN/entry.cpp index f9b10a08..20ee6831 100644 --- a/Source/Menu-FN/entry.cpp +++ b/Source/Menu-FN/entry.cpp @@ -61,10 +61,10 @@ void m_draw(vector screensize) oldtime = time; } -void m_drawloading(vector screensize, float opaque) +/*void m_drawloading(vector screensize, float opaque) { -} +}*/ float Menu_InputEvent(float evtype, float scanx, float chary, float devid) {