X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_null.c;h=20e824846cd241e0ddbbc893ec60ce0c56bee0b2;hp=ad2881ebdadf1022c151c69c8ff811a76cb6070a;hb=ebc00415610a836ab75b6a49b0c6da41b644b075;hpb=c81bd4048becce63f54e735a2d7826480b9cb551 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)