mirror of
https://github.com/zeldaret/ss
synced 2026-05-31 17:32:02 -04:00
oop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user