X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tail.c;h=7b5fdcb4de0c44ea65d8a5809290383c367d39d7;hp=c1cef87da1f3984a4966915594cbdb58e8a00dd4;hb=af2715fef8681d909afe82f7baaf5e13baabb76f;hpb=cbd1a853acf0cd2feb3cf359b98d80694dec7ca9 diff --git a/src/lib/16_tail.c b/src/lib/16_tail.c index c1cef87d..7b5fdcb4 100755 --- a/src/lib/16_tail.c +++ b/src/lib/16_tail.c @@ -57,10 +57,10 @@ void Startup16(global_game_variables_t *gvar) return; } // hardware must be VGA or higher! -// if (!(vga_state.vga_flags & VGA_IS_VGA)) { -// printf("This program requires VGA or higher graphics hardware\n"); -// return; -// } + if (!(vga_state.vga_flags & VGA_IS_VGA)) { + printf("This program requires VGA or higher graphics hardware\n"); + return; + } if (_DEBUG_INIT() == 0) { #ifdef DEBUGSERIAL