diff --git a/graph.cpp b/graph.cpp index cfa68957..15f4a635 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5903,6 +5903,9 @@ EX void gamescreen() { } EX void emptyscreen() { + check_cgi(); + cgi.require_shapes(); + make_actual_view(); ptds.clear(); ray::in_use = false; drawqueue();