forked from ground/ground
Small changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user