aboutsummaryrefslogtreecommitdiff
path: root/sky/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/screen.cpp')
-rw-r--r--sky/screen.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/sky/screen.cpp b/sky/screen.cpp
index c95d0bba9f..f2584b53b4 100644
--- a/sky/screen.cpp
+++ b/sky/screen.cpp
@@ -366,12 +366,12 @@ void SkyScreen::waitForTimer(void) {
}
void SkyScreen::waitForSequence(void) {
- while (_seqInfo.running) {
- OSystem::Event event;
+ while (_seqInfo.running) {
+ OSystem::Event event;
- _system->delay_msecs(20);
- while (_system->poll_event(&event));
- }
+ _system->delay_msecs(20);
+ while (_system->poll_event(&event));
+ }
}
void SkyScreen::handleTimer(void) {
@@ -419,7 +419,7 @@ void SkyScreen::processSequence(void) {
_seqInfo.delay = SEQ_DELAY;
memset(_seqGrid, 0, 12 * 20);
- uint8 nrToSkip, nrToDo, cnt;
+ uint8 nrToSkip, nrToDo, cnt;
do {
do {
nrToSkip = _seqInfo.seqDataPos[0];