diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-22 17:11:32 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-22 17:11:32 -0500 |
commit | 8b8e44782659c65b9899f81a1ad5e09477c37354 (patch) | |
tree | 9e56324051e916997593e54ce0b6fd5f7aae5001 /src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java | |
parent | 006e76d24c1d6ea465fef2a5958133b712a7ca3d (diff) | |
download | fourpuzzle-8b8e44782659c65b9899f81a1ad5e09477c37354.tar.gz fourpuzzle-8b8e44782659c65b9899f81a1ad5e09477c37354.tar.bz2 fourpuzzle-8b8e44782659c65b9899f81a1ad5e09477c37354.zip |
Engine: Rewrote Database Transition storage
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java')
-rwxr-xr-x | src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java b/src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java index 670d900..692554e 100755 --- a/src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java +++ b/src/com/fourisland/fourpuzzle/gamestate/GameOverGameState.java | |||
@@ -38,7 +38,7 @@ public class GameOverGameState implements GameState { | |||
38 | { | 38 | { |
39 | Game.setSaveFile(new SaveFile()); | 39 | Game.setSaveFile(new SaveFile()); |
40 | 40 | ||
41 | Display.transition(Database.getTransition(Transitions.GameOverToTitle), new TitleScreenGameState(), Database.getTransition(Transitions.TitleEnter), true); | 41 | Display.transition(Database.getTransition(Transitions.Generic), new TitleScreenGameState(), true); |
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||