redone hrmap::draw() function to keep DRY

This commit is contained in:
Zeno Rogue
2020-07-28 22:06:14 +02:00
parent 42446f1925
commit 67595a4ed3
15 changed files with 61 additions and 322 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ struct hrmap_spherical : hrmap_standard {
swap(gmatrix, gmatrix0);
just_gmatrix = true;
dynamicval<cell*> cco(centerover, gamestart());
draw();
draw_all();
just_gmatrix = false;
swap(gmatrix, gmatrix0);
#if CAP_GP