summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-03 16:44:55 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-03 16:44:55 +0000
commitb3ea4b527ef8872675c39271fd5fbdff378d0c2e (patch)
tree09b8a2b0f95bbc9ac01460cd609749647293cfa9 /play.js
parentaf65168bd752f5d91feabb3bc6870c9af20aca4a (diff)
download1989-dawn-of-freedom-b3ea4b527ef8872675c39271fd5fbdff378d0c2e.tar.gz
Change remove to true/false
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 0858ece..e04b0a8 100644
--- a/play.js
+++ b/play.js
@@ -621,7 +621,7 @@ function on_update() {
else
ui.events[C_THE_WALL].style.display = "none"
- if (view.persistent_events.includes(69)) {
+ if (view.persistent_events.includes(C_SYSTEMATIZATION)) {
ui.events[C_SYSTEMATIZATION].style.display = "block"
ui.events[C_SYSTEMATIZATION].style.left = ui.layout_xy[view.systematization][0] - 25 + "px"
ui.events[C_SYSTEMATIZATION].style.top = ui.layout_xy[view.systematization][1] - 25 + "px"