Small changes

This commit is contained in:
2026-04-10 20:22:54 +10:00
parent 93ae22c0db
commit 830963c890
3 changed files with 8 additions and 2 deletions

View File

@@ -540,6 +540,12 @@ void printGroundInstruction(GroundInstruction* gi) {
case INIT:
printf("init");
break;
case SETFIELD:
printf("setfield");
break;
case GETFIELD:
printf("getfield");
break;
case USE:
printf("use");
break;