Merge remote-tracking branch 'orgin/master' into omaster

Conflicts:
	src/itdelatrisu/opsu/GameImage.java
	src/itdelatrisu/opsu/OsuGroupNode.java
This commit is contained in:
fd
2015-02-17 22:49:19 -05:00
27 changed files with 803 additions and 404 deletions

View File

@@ -44,6 +44,7 @@ import org.newdawn.slick.util.Log;
* @author kevin
* @author Nathan Sweet <misc@n4te.com>
*/
@SuppressWarnings({"rawtypes", "unchecked"})
public class Music {
/** The music currently being played or null if none */
private static Music currentMusic;

View File

@@ -52,6 +52,7 @@ import org.newdawn.slick.util.ResourceLoader;
* @author Kevin Glass
* @author Rockstar setVolume cleanup
*/
@SuppressWarnings({"rawtypes", "unchecked", "unused"})
public class SoundStore {
/** The single instance of this class */
@@ -318,7 +319,8 @@ public class SoundStore {
inited = true;
AccessController.doPrivileged(new PrivilegedAction() {
public Object run() {
@Override
public Object run() {
try {
AL.create();
soundWorks = true;