summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 6452394..83fd839 100644
--- a/play.js
+++ b/play.js
@@ -989,8 +989,8 @@ function on_update() {
update_player_active(NAME_BK, view.current === BK)
update_player_info(NAME_DS, view.vp[0])
- update_player_info(NAME_VE, view.vp[1])
- update_player_info(NAME_BK, view.vp[2])
+ update_player_info(NAME_BK, view.vp[1])
+ update_player_info(NAME_VE, view.vp[2])
ui.this_card.className = make_card_class_name(view.deck[0])
if (view.deck[1] > 0) {