home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baab6e8
)
Fix "nothing is in FOV" study mode error in web client.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2020 02:03:12 +0000
(
03:03
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2020 02:03:12 +0000
(
03:03
+0100)
rogue_chat.html
patch
|
blob
|
history
diff --git
a/rogue_chat.html
b/rogue_chat.html
index 073874047d1529d3b17a52b02e387207a6e731a3..6738e40755be0cd82ce284532dd8535c63672e5f 100644
(file)
--- 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;