From 003e130f79b5de2177381c8258080980b2cf85f5 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 5 Nov 2005 14:36:11 +0000 Subject: Fixing Dalos a bit, and fixing DVD support. --- Dalos/Console.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dalos/Console.cc') diff --git a/Dalos/Console.cc b/Dalos/Console.cc index ac72b2f..5e2ffc2 100644 --- a/Dalos/Console.cc +++ b/Dalos/Console.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Console.cc,v 1.4 2004-12-26 03:29:09 pixel Exp $ */ +/* $Id: Console.cc,v 1.5 2005-11-05 14:36:11 pixel Exp $ */ #include #include @@ -309,3 +309,5 @@ void console::create_console_thread() { SDL_CreateThread(ReadLineInternals::readline_thread, 0); } + +console * CurrentConsole; -- cgit v1.2.3