forked from jaildesigner-jailgames/jaildoctors_dilemma
Animatedsprite ya no permite indices fuera de rango
This commit is contained in:
@@ -101,11 +101,11 @@ void Intro::updateCounter()
|
||||
{
|
||||
JA_PlayMusic(loadingSound2);
|
||||
}
|
||||
++counter;
|
||||
counter++;
|
||||
}
|
||||
else
|
||||
{
|
||||
++preCounter;
|
||||
preCounter++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user