mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
moved the parameters from geom3:: to videopar
This commit is contained in:
@@ -613,7 +613,7 @@ namespace dialog {
|
||||
numberEditor ne;
|
||||
|
||||
bool editingDetail() {
|
||||
return ne.editwhat == &geom3::highdetail || ne.editwhat == &geom3::middetail;
|
||||
return ne.editwhat == &vid.highdetail || ne.editwhat == &vid.middetail;
|
||||
}
|
||||
|
||||
int ldtoint(ld x) {
|
||||
|
Reference in New Issue
Block a user