From: sparky4 Date: Mon, 11 Apr 2016 15:47:12 +0000 (-0500) Subject: stack overflow issue with sprite compiling... wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=183ba0acda6854d524cf937c2df59cab90a5ebac;hp=852fc18f72031bd441e22eff93c4a31c92513062;p=16.git stack overflow issue with sprite compiling... wwww --- diff --git a/src/lib/modex16.c b/src/lib/modex16.c index 9fd8e840..42d4f6c8 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -80,7 +80,7 @@ vgaGetMode() void modexEnter(sword vq, boolean cmem, global_game_variables_t *gv) { word i; - dword far*ptr=(dword far*)VGA; /* used for faster screen clearing */ + dword far*ptr=(dword far*)vga_state.vga_graphics_ram;//VGA; /* used for faster screen clearing */ struct vga_mode_params cm; int CRTParmCount;