From e905fdddfe654616417f0ae6ba05f3bbc7dd704d Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 17 Jul 2020 03:55:24 -0500 Subject: added redrawplzkthx to gra_global struct to get force_redraw back to doing what it should have been doing --- src/graphics_c3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/graphics_c3.h b/src/graphics_c3.h index ce3354c..36b7c6b 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -13,7 +13,8 @@ struct gra_global { int split_screen; real split; int split_flip; - char force_redraw; + char force_redraw;//this should be to make it draw as often as possible + char redrawplzkthx;//this is just a flag that redraw() sets, so if multiple draws are asked for, it can clear all of them at once instead of queueing them char red_and_blue; unsigned int depth;//??? unsigned int border_width; -- cgit v1.2.3