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
commita636a369890263b2f97938a79ca8b9621ac75cb8 (patch)
treefde65c299d8a73ca934929b585dfe5dfedd2bda2 /dedicated.c
parent5e07cd938db20f35aa3f10dd8fd2e35bea6c1c5f (diff)
downloadopenttd-a636a369890263b2f97938a79ca8b9621ac75cb8.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;
}