From ebc00415610a836ab75b6a49b0c6da41b644b075 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 24 Sep 2002 06:59:49 +0000 Subject: [PATCH] fixed. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2425 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_null.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2