X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/calendar?a=blobdiff_plain;f=rogue_chat.html;h=6738e40755be0cd82ce284532dd8535c63672e5f;hb=abdf5480bbe91b559dbf213b162cd23d25de033f;hp=073874047d1529d3b17a52b02e387207a6e731a3;hpb=baab6e8ac2ff4215e6d57765c992b67134572dce;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 0738740..6738e40 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -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;