mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-02 13:15:27 +02:00
fixed continue powerdown bugs closes #66
This commit is contained in:
@@ -44,6 +44,8 @@ public enum GameState {
|
||||
/**
|
||||
* Indicates that the game is no longer running
|
||||
*/
|
||||
EXITED
|
||||
EXITED,
|
||||
|
||||
SKIP_POWER_DOWN_SCREEN
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user