From 9f6cdb671ca3c045085bd8eed623e0a797894e1f Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 12 Dec 2020 12:41:39 +0000 Subject: GUI feature: handle players and online info from server, show it; fix: close app; --- src/client/gui/OO_FLTK.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/gui/OO_FLTK.cpp') diff --git a/src/client/gui/OO_FLTK.cpp b/src/client/gui/OO_FLTK.cpp index a86ecd6..6492481 100644 --- a/src/client/gui/OO_FLTK.cpp +++ b/src/client/gui/OO_FLTK.cpp @@ -53,4 +53,5 @@ ChatBaseOutput::ChatBaseOutput(int x, int y, int w, int h, const char *lb) textfont(STD_FONT); textsize(20); textcolor(FL_WHITE); + value(""); } \ No newline at end of file -- cgit v1.2.3-18-g5258