home · contact · privacy
Fix "nothing is in FOV" study mode error in web client.
[plomrogue2] / rogue_chat.html
index 073874047d1529d3b17a52b02e387207a6e731a3..6738e40755be0cd82ce284532dd8535c63672e5f 100644 (file)
@@ -529,6 +529,7 @@ let server = {
             game.map_geometry = game.map_geometry_new;
             game.map_size = game.map_size_new;
             game.map = game.map_new;
+            game.fov = game.fov_new;
             tui.init_keys();
             game.map_control = game.map_control_new;
             explorer.annotations = explorer.annotations_new;