Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 7 | ||
---|---|---|---|
Line 568... | Line 568... | ||
568 | break; |
568 | break; |
569 | case SEQ_JMP_IF_FEATHER: // jump if feather |
569 | case SEQ_JMP_IF_FEATHER: // jump if feather |
570 | if (!is_feather_fall) { |
570 | if (!is_feather_fall) { |
571 | ++Char.curr_seq; |
571 | ++Char.curr_seq; |
572 | ++Char.curr_seq; |
572 | ++Char.curr_seq; |
573 | break; |
- | |
574 | } |
573 | } |
- | 574 | Char.curr_seq = *(const word*)(SEQTBL_0 + Char.curr_seq); |
|
575 |
|
575 | break; |
576 | case SEQ_JMP: // jump |
576 | case SEQ_JMP: // jump |
577 | Char.curr_seq = *(const word*)(SEQTBL_0 + Char.curr_seq); |
577 | Char.curr_seq = *(const word*)(SEQTBL_0 + Char.curr_seq); |
578 | break; |
578 | break; |
579 | case SEQ_UP: // up |
579 | case SEQ_UP: // up |
580 | --Char.curr_row; |
580 | --Char.curr_row; |