don't show epilepsy img when jumping object index using sb
This commit is contained in:
parent
b3d8b02cb8
commit
896ba657a7
|
@ -316,6 +316,7 @@ public class Game extends BasicGameState {
|
||||||
checkpointLoaded = true;
|
checkpointLoaded = true;
|
||||||
if (isLeadIn()) {
|
if (isLeadIn()) {
|
||||||
leadInTime = 0;
|
leadInTime = 0;
|
||||||
|
epiImgTime = 0;
|
||||||
MusicController.resume();
|
MusicController.resume();
|
||||||
}
|
}
|
||||||
int checkpoint = gameObjects[newObjIndex].getTime();
|
int checkpoint = gameObjects[newObjIndex].getTime();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user