]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 06:59:49 +0000 (06:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 06:59:49 +0000 (06:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2425 d7cf8633-e32d-0410-b094-e92efae38249

vid_null.c

index ad2881ebdadf1022c151c69c8ff811a76cb6070a..20e824846cd241e0ddbbc893ec60ce0c56bee0b2 100644 (file)
@@ -71,6 +71,7 @@ void VID_Init(void)
 
 int VID_InitMode(int fullscreen, int width, int height, int bpp)
 {
+       return false;
 }
 
 int GL_OpenLibrary(const char *name)