From: havoc Date: Tue, 24 Sep 2002 06:59:49 +0000 (+0000) Subject: fixed. X-Git-Tag: RELEASE_0_2_0_RC1~209 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=ebc00415610a836ab75b6a49b0c6da41b644b075;hp=c81bd4048becce63f54e735a2d7826480b9cb551 fixed. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2425 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_null.c b/vid_null.c index ad2881eb..20e82484 100644 --- a/vid_null.c +++ b/vid_null.c @@ -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)