Added Stages to save file.

Remove selection from save.
This commit is contained in:
2015-04-08 22:42:40 +02:00
parent 1563368bf8
commit 8a92a7a571
3 changed files with 33 additions and 2 deletions
+3
View File
@@ -389,6 +389,9 @@ public class Panel extends JPanel implements ActionListener
public void clearObjects()
{
objects.clear();
visitors.clear();
waypoints.clear();
paths.clear();
}
public Point getLastMousePosition()