From 0d20066f108e1ba9118ec5b51a9b2f513cde6349 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 12 Jul 2021 11:32:39 +0200 Subject: [PATCH] fixup --- commandline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandline.cpp b/commandline.cpp index 6f619906..da3d8868 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -250,7 +250,7 @@ int arg::readCommon() { } else if(argis("-face-vertex")) { PHASE(3); start_game(); - auto &ss = cgi.get_cellshape(cwt.at); + auto &ss = currentmap->get_cellshape(cwt.at); View = cspin(0, 2, M_PI/2) * spintox(ss.vertices_only_local[0]); } else if(argis("-face-face")) {