From a3ce2eb90cd26fe87042344175e5c9669adb7dcd Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 28 Oct 2007 11:30:25 +0000 Subject: major update. splitted the player information into two diffrent network items --- src/engine/system.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/system.c') diff --git a/src/engine/system.c b/src/engine/system.c index 67e84b74..71f5b545 100644 --- a/src/engine/system.c +++ b/src/engine/system.c @@ -81,6 +81,7 @@ void dbg_msg(const char *sys, const char *fmt, ...) vprintf(fmt, args); va_end(args); printf("\n"); + fflush(stdout); } int memory_alloced = 0; -- cgit 1.4.1