From 35ff9d850ce25093952014629d1f8dd5266a02e1 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 2 Apr 2005 00:17:16 +0000 Subject: (svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function) --- dedicated.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dedicated.c') diff --git a/dedicated.c b/dedicated.c index 0c2de4a0b..079900199 100644 --- a/dedicated.c +++ b/dedicated.c @@ -327,9 +327,9 @@ const HalVideoDriver _dedicated_video_driver = { static void *_dedicated_video_mem; -static const char *DedicatedVideoStart(const char **parm) +static const char *DedicatedVideoStart(const char * const *parm) { - DEBUG(misc,0)("OpenTTD compiled without network-support, quiting..."); + DEBUG(misc, 0) ("OpenTTD compiled without network-support, exiting..."); return NULL; } -- cgit v1.2.3-54-g00ecf