1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

reg3:: sightrange no longer changed to 3

This commit is contained in:
Zeno Rogue
2019-03-03 00:49:17 +01:00
parent 7e2f6629fd
commit 24e02f8dea
2 changed files with 13 additions and 1 deletions

View File

@@ -171,7 +171,6 @@ namespace reg3 {
h.alt = NULL;
h.distance = 0;
h.c7 = newCell(S7, origin);
sightranges[geometry] = 3;
dynamicval<hrmap*> cr(currentmap, this);