From: Christian Heller Date: Sun, 13 Dec 2020 02:03:12 +0000 (+0100) Subject: Fix "nothing is in FOV" study mode error in web client. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=abdf5480bbe91b559dbf213b162cd23d25de033f;p=plomrogue2 Fix "nothing is in FOV" study mode error in web client. --- 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;