Reorganized some static classes and deleted empty leftover ones

This commit is contained in:
Pazaz 2022-06-15 14:40:14 -04:00
parent 8708007fd1
commit 53d9d9d904
55 changed files with 430 additions and 559 deletions

View file

@ -217,7 +217,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
canvas.setLocation(leftMargin, topMargin);
}
if (InterfaceList.topLevelInterface != -1) {
Static210.method3712(true);
InterfaceList.method3712(true);
}
Static139.method2704();
}