mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-17 19:52:06 +00:00
fixes for older compiler
This commit is contained in:
+2
-2
@@ -988,8 +988,8 @@ EX void showEuclideanMenu() {
|
||||
|
||||
dialog::init(XLAT("experiment with geometry"));
|
||||
|
||||
dynamicval d1(geometry, geometry);
|
||||
dynamicval d2(variation, variation);
|
||||
dynamicval<eGeometry> d1(geometry, geometry);
|
||||
dynamicval<eVariation> d2(variation, variation);
|
||||
|
||||
bool converted = false;
|
||||
if(arb::convert::in() && rulegen::auto_rulegen) {
|
||||
|
||||
Reference in New Issue
Block a user