From 96d4b3bba7d121214a7123aff7fd89e819a730f0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 27 May 2019 07:19:04 +0200 Subject: [PATCH] cgi set in other places --- graph.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/graph.cpp b/graph.cpp index dc0d6254..b04db21e 100644 --- a/graph.cpp +++ b/graph.cpp @@ -6849,6 +6849,9 @@ void precise_mouseover() { } void drawthemap() { + check_cgi(); + cgi.require_shapes(); + DEBBI(DF_GRAPH, ("draw the map")); last_firelimit = firelimit; @@ -7137,6 +7140,9 @@ void drawfullmap() { DEBBI(DF_GRAPH, ("draw full map")); + check_cgi(); + cgi.require_shapes(); + ptds.clear(); @@ -7217,8 +7223,6 @@ void gamescreen(int _darken) { if(conformal::includeHistory) conformal::restore(); anims::apply(); - check_cgi(); - cgi.require_shapes(); #if CAP_RUG if(rug::rugged) { rug::actDraw();