Whitespace changes

svn-id: r10516
This commit is contained in:
Torbjörn Andersson 2003-10-01 09:40:28 +00:00
parent 920c11972e
commit cee745dbf9
17 changed files with 1236 additions and 1237 deletions

View file

@ -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];