os2.c
changeset 2195 8960c86bf103
parent 2186 461a2aff3486
child 2210 58a293892a66
--- a/os2.c	Mon Jul 25 11:36:02 2005 +0000
+++ b/os2.c	Mon Jul 25 16:33:58 2005 +0000
@@ -437,7 +437,9 @@
 #if defined(WITH_SDL)
 	{	"sdl",			"SDL Video Driver",			&_sdl_video_driver,			1},
 #endif
+#ifdef ENABLE_NETWORK
 	{	"dedicated",	"Dedicated Video Driver",	&_dedicated_video_driver,	0},
+#endif
 	{	NULL,			NULL,						NULL,						0}
 };