This commit is contained in:
Administrator
2014-02-21 11:56:48 +01:00
parent 3a65b804df
commit 5ffbb6a4a5
3 changed files with 0 additions and 9 deletions
-2
View File
@@ -131,8 +131,6 @@ public class GameMenu extends GameStateInterface
{
SetGameState(GS_LOADING, false);
//////////////////////////////////////////
// Load Bitmap's.
//LoadSprites();
-2
View File
@@ -461,8 +461,6 @@ public class GamePlay extends GameStateInterface
{
SetGameState(GS_LOADING, false);
////////////////////////////
// Load Bitmap's.
LoadSprites();
@@ -29,11 +29,6 @@ public abstract class GameStateInterface
protected Activity activity = null;
// Constructer.
protected GameStateInterface()
{
// Do nothing.
}
public GameStateInterface(Activity _activity)
{
activity = _activity;