if (!flags.test(13)) {
received_pos = pos;
}
- // if (received_matchup_idx != matchup_idx) {
- // flags.reset(7);
- // }
- // received_matchup_idx = matchup_idx;
if (second_first != '?') {
if (flags.test(2)) {
}
}
- // if (!flags.test(3) && flags.test(8) &&
- // ((flags.test(2) && !flags.test(9)) ||
- // (!flags.test(2) && !flags.test(10)))) {
- // call_js_set_ready();
- // }
-
button_color_timer -= dt;
if (button_color_timer <= 0.0F) {
button_color_timer += BUTTON_COLOR_TIME;