(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)

This commit is contained in:
Darkvater
2005-04-02 00:17:16 +00:00
parent 5e07cd938d
commit a636a36989
3 changed files with 6 additions and 2 deletions

View File

@@ -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;
}