From 8b6ab480d252c2e06a97f8f408a776ff80e66d40 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 3 Jun 2016 13:14:15 -0500 Subject: [PATCH] void update_state_from_vga_() might have the bug in it --- src/lib/modex16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/modex16.c b/src/lib/modex16.c index 429d5fb6..4e804043 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -91,7 +91,7 @@ void modexEnter(sword vq, boolean cmem, global_game_variables_t *gv) vgaSetMode(VGA_256_COLOR_MODE); vga_enable_256color_modex(); - update_state_from_vga(); + update_state_from_vga_(); vga_read_crtc_mode(&cm); /* reprogram the CRT controller */ -- 2.39.5