Fix compile error in dummy_video.cpp

This commit is contained in:
Andreas Löf 2015-10-13 12:01:59 +13:00
parent e686200a2d
commit 5890e3c167

View file

@ -35,6 +35,6 @@ surface display_format_alpha(surface)
surface& get_video_surface()
{
return NULL;
return dummy_screen_surface;
}