mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-02 16:50:45 +00:00
arb:: fixed reloading
This commit is contained in:
+1
-1
@@ -880,7 +880,7 @@ EX void check_cgi() {
|
||||
|
||||
if(arcm::in()) V("ARCM", arcm::current.symbol);
|
||||
|
||||
if(arb::in()) V("ARB", arb::current.name);
|
||||
if(arb::in()) V("ARB", its(arb::current.order));
|
||||
|
||||
if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user