mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-23 08:54:48 +00:00
fixed incorrect information saved about converting
This commit is contained in:
@@ -1643,6 +1643,7 @@ EX void run_raw(string fname) {
|
|||||||
load(fname);
|
load(fname);
|
||||||
ginf[gArbitrary].tiling_name = current.name;
|
ginf[gArbitrary].tiling_name = current.name;
|
||||||
tes = fname;
|
tes = fname;
|
||||||
|
convert::base_geometry = gArbitrary;
|
||||||
}
|
}
|
||||||
|
|
||||||
EX void run(string fname) {
|
EX void run(string fname) {
|
||||||
@@ -1737,7 +1738,7 @@ EX void set_sliders() {
|
|||||||
/** convert a tessellation (e.g. Archimedean, regular, etc.) to the arb::current internal representation */
|
/** convert a tessellation (e.g. Archimedean, regular, etc.) to the arb::current internal representation */
|
||||||
EX namespace convert {
|
EX namespace convert {
|
||||||
|
|
||||||
EX eGeometry base_geometry;
|
EX eGeometry base_geometry = gArbitrary;
|
||||||
EX eVariation base_variation;
|
EX eVariation base_variation;
|
||||||
|
|
||||||
struct id_record {
|
struct id_record {
|
||||||
|
|||||||
Reference in New Issue
Block a user