summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/d/lyt/d_lyt_deposit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/lyt/d_lyt_deposit.cpp b/src/d/lyt/d_lyt_deposit.cpp
index 7f3c082c..37fbd33b 100644
--- a/src/d/lyt/d_lyt_deposit.cpp
+++ b/src/d/lyt/d_lyt_deposit.cpp
@@ -641,7 +641,7 @@ bool dLytDepositMain_c::execute() {
for (int i = 0; i < DEPOSIT_ANIM_HAVE_OFFSET; i++) {
if (mAnm[i].isEnabled()) {
- if (i >= DEPOSIT_ANIM_INPUT_00 && i <= DEPOSIT_ANIM_INPUT_01) {
+ if (i >= DEPOSIT_ANIM_BTN_ON_OFF_00 && i <= DEPOSIT_ANIM_INPUT_01) {
if (mAnm[i].isStop()) {
mAnm[i].setAnimEnable(false);
}