mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-10-30 09:13:43 +01: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