From: sparky4 Date: Fri, 3 Jun 2016 18:14:15 +0000 (-0500) Subject: void update_state_from_vga_() might have the bug in it X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=8b6ab480d252c2e06a97f8f408a776ff80e66d40;p=16.git void update_state_from_vga_() might have the bug in it --- 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 */