Issue #45 Unicode character cannot save

Code formatting
This commit is contained in:
Jindra Pet��k
2013-03-30 16:43:26 +01:00
parent d3bd9b641d
commit be106cc34b
772 changed files with 84378 additions and 84353 deletions
@@ -25,17 +25,17 @@ import java.util.Stack;
public class ActionStopSounds extends Action {
public ActionStopSounds() {
super(0x09, 0);
}
public ActionStopSounds() {
super(0x09, 0);
}
@Override
public String toString() {
return "StopSounds";
}
@Override
public String toString() {
return "StopSounds";
}
@Override
public void translate(Stack<GraphTargetItem> stack, List<GraphTargetItem> output, java.util.HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions) {
output.add(new SimpleActionTreeItem(this, "stopAllSounds()"));
}
@Override
public void translate(Stack<GraphTargetItem> stack, List<GraphTargetItem> output, java.util.HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions) {
output.add(new SimpleActionTreeItem(this, "stopAllSounds()"));
}
}