From bb9d5bf711b1b19b8f4b3d2592e3569858c70a43 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 10 Mar 2017 14:18:47 -0600 Subject: [PATCH] __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine ][ added 1.9 support wwww and fixed 16_vlpal.obj compile error\~ [it was a 8.3 file name extention error it was a simple issue wwww] [going to work on more on 16_in.c] --- src/lib/16_tail.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2