mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-06 11:32:49 +00:00
cgi set in other places
This commit is contained in:
parent
5ab26ee6c3
commit
96d4b3bba7
@ -6849,6 +6849,9 @@ void precise_mouseover() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void drawthemap() {
|
void drawthemap() {
|
||||||
|
check_cgi();
|
||||||
|
cgi.require_shapes();
|
||||||
|
|
||||||
DEBBI(DF_GRAPH, ("draw the map"));
|
DEBBI(DF_GRAPH, ("draw the map"));
|
||||||
|
|
||||||
last_firelimit = firelimit;
|
last_firelimit = firelimit;
|
||||||
@ -7137,6 +7140,9 @@ void drawfullmap() {
|
|||||||
|
|
||||||
DEBBI(DF_GRAPH, ("draw full map"));
|
DEBBI(DF_GRAPH, ("draw full map"));
|
||||||
|
|
||||||
|
check_cgi();
|
||||||
|
cgi.require_shapes();
|
||||||
|
|
||||||
ptds.clear();
|
ptds.clear();
|
||||||
|
|
||||||
|
|
||||||
@ -7217,8 +7223,6 @@ void gamescreen(int _darken) {
|
|||||||
if(conformal::includeHistory) conformal::restore();
|
if(conformal::includeHistory) conformal::restore();
|
||||||
|
|
||||||
anims::apply();
|
anims::apply();
|
||||||
check_cgi();
|
|
||||||
cgi.require_shapes();
|
|
||||||
#if CAP_RUG
|
#if CAP_RUG
|
||||||
if(rug::rugged) {
|
if(rug::rugged) {
|
||||||
rug::actDraw();
|
rug::actDraw();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user