diff --git a/index.html b/index.html
index 489e4be4..099bc4fc 100644
--- a/index.html
+++ b/index.html
@@ -6119,7 +6119,7 @@
-
+
diff --git a/modules/ui/general.js b/modules/ui/general.js
index 533b3f47..ad46d184 100644
--- a/modules/ui/general.js
+++ b/modules/ui/general.js
@@ -291,7 +291,7 @@ function getDepth(f, p) {
// get user-friendly (real-world) height value from map data
function getFriendlyHeight([x, y]) {
- const packH = pack.cells.h[findCell(x, y, grid)];
+ const packH = pack.cells.h[findCell(x, y)];
const gridH = grid.cells.h[findGridCell(x, y, grid)];
const h = packH < 20 ? gridH : packH;
return getHeight(h);
diff --git a/versioning.js b/versioning.js
index b6d5df7a..16e59347 100644
--- a/versioning.js
+++ b/versioning.js
@@ -1,7 +1,7 @@
"use strict";
// version and caching control
-const version = "1.84.04"; // generator version, update each time
+const version = "1.84.05"; // generator version, update each time
{
document.title += " v" + version;