]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
alias mdl/md2 models now have a mdlmd2data_triangleneighbors array
[xonotic/darkplaces.git] / vid_null.c
index ad2881ebdadf1022c151c69c8ff811a76cb6070a..5505ea67910d511d4cd6fcfc2976e3594096b620 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)
@@ -95,14 +96,6 @@ void IN_Commands(void)
 {
 }
 
-void IN_Init(void)
-{
-}
-
-void IN_Shutdown(void)
-{
-}
-
 void IN_Move(usercmd_t *cmd)
 {
 }