mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixup
This commit is contained in:
parent
6e6d0a7839
commit
0d20066f10
@ -250,7 +250,7 @@ int arg::readCommon() {
|
|||||||
}
|
}
|
||||||
else if(argis("-face-vertex")) {
|
else if(argis("-face-vertex")) {
|
||||||
PHASE(3); start_game();
|
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]);
|
View = cspin(0, 2, M_PI/2) * spintox(ss.vertices_only_local[0]);
|
||||||
}
|
}
|
||||||
else if(argis("-face-face")) {
|
else if(argis("-face-face")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user