Differences From Artifact [12639d272e]:
- File mbtofhm.c — part of check-in [02b262b608] at 2018-04-27 20:25:35 on branch trunk — More codes and testing in class codes parser (user: user, size: 34230) [annotate] [blame] [check-ins using]
To Artifact [4ebc9c7d4a]:
- File mbtofhm.c — part of check-in [8b26cd42e7] at 2018-06-03 22:43:48 on branch trunk — The syntax of for/next loops has been changed; also added some codes for dealing with user cache data (user: user, size: 34229) [annotate] [blame] [check-ins using]
︙ | |||
744 745 746 747 748 749 750 | 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 | - + | case 132: fprintf(fp," SetInventory 5 MaxInventory"); st=0; break; case 133: fprintf(fp," DelInventory"); st=0; break; case 134: |
︙ |