summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-04-02 00:17:16 +0000
committerDarkvater <darkvater@openttd.org>2005-04-02 00:17:16 +0000
commit35ff9d850ce25093952014629d1f8dd5266a02e1 (patch)
treefde65c299d8a73ca934929b585dfe5dfedd2bda2 /dedicated.c
parent043ac73b1921ed8588fe5fe2bea101d3060e7280 (diff)
downloadopenttd-35ff9d850ce25093952014629d1f8dd5266a02e1.tar.xz
(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c4
1 files changed, 2 insertions, 2 deletions
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;
}