Differences From Artifact [3feb2569bb]:
- File mbtofhm.c — part of check-in [33593e7ab7] at 2021-02-25 05:36:38 on branch trunk — Correct and complete the implementation of arrays in the converter (user: user, size: 35565) [annotate] [blame] [check-ins using]
To Artifact [b26f53b2f9]:
- File mbtofhm.c — part of check-in [e7e0e8408f] at 2021-02-25 07:04:12 on branch trunk — Correct the array dimensions and complete the implementation of arrays. Some levels of FALLING still don't work, but at least some of these (such as level 9) are not due to arrays. (user: user, size: 35566) [annotate] [blame] [check-ins using]
︙ | |||
753 754 755 756 757 758 759 | 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 | - + | break; } y--; x+=10; } x=op[1]|(op[2]<<8); y=op[3]|(op[4]<<8); |
︙ |