summaryrefslogtreecommitdiff
path: root/source/sv_public.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-11-13 18:58:41 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-11-13 18:58:41 +0000
commitbbefa87db18f5b76dc67efa00b7cc798361480f3 (patch)
treeefc130fe3b4fe22f111154a8720491b756daa7bd /source/sv_public.h
parentd65e02496cd9873f5bb0297661b19762b44ddfec (diff)
Hacked the source to get it compile on Windows Mobile using CeGCC toolchain.
Fixed nasty memory corruption bug in UI scripts loading code. Fixed software refresh compilation issues on Windows. Inactive MVD channels are now completely destroyed and recreated once they are active again, and they are no longer allowed to stay in waiting state forever. Fixed delay buffer overflow resulting in fatal connection error. Preserve MVD stream flags in demos recorded on GTV server, and handle `inuse' flag correctly on players when writing gamestate. Updated documentation and Debian package descriptions.
Diffstat (limited to 'source/sv_public.h')
-rw-r--r--source/sv_public.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/sv_public.h b/source/sv_public.h
index 48f577b..7ebdf61 100644
--- a/source/sv_public.h
+++ b/source/sv_public.h
@@ -37,8 +37,10 @@ void SV_ProcessEvents( void );
void SV_Init (void);
void SV_Shutdown( const char *finalmsg, killtype_t type );
void SV_Frame (unsigned msec);
+#if USE_SYSCON
void SV_SetConsoleTitle( void );
-void SV_ConsoleOutput( const char *msg );
+#endif
+//void SV_ConsoleOutput( const char *msg );
#if USE_MVD_CLIENT && USE_CLIENT
int MVD_GetDemoPercent( void );