highlight parameter added

This commit is contained in:
Honfika
2013-08-25 15:17:58 +02:00
parent 1f6d2f0056
commit d1a0c1d463
218 changed files with 622 additions and 621 deletions
@@ -24,8 +24,8 @@ import java.util.List;
public class StopAllSoundsActionItem extends ActionItem {
@Override
public String toString(ConstantPool constants) {
return hilight("stopAllSounds()");
public String toString(boolean highlight, ConstantPool constants) {
return hilight("stopAllSounds()", highlight);
}
public StopAllSoundsActionItem(GraphSourceItem instruction) {