Fix missing HAVE_MENU ifdef.

This commit is contained in:
Alcaro 2015-04-11 22:05:54 +02:00
parent 6f62c87a62
commit c953b78f07

View File

@ -779,7 +779,9 @@ static void *d3d_init(const video_info_t *info,
#ifdef _XBOX
vid->should_resize = false;
#else
#ifdef HAVE_MENU
vid->menu = NULL;
#endif
#endif
driver->video_context = ctx;