diff options
| author | Eric Fry | 2018-06-26 22:28:52 +1000 |
|---|---|---|
| committer | Eugene Sandulenko | 2018-07-20 06:43:33 +0000 |
| commit | 7cadb7ad0ce7b24c28d3fa9d842f7083ae5b9056 (patch) | |
| tree | 0fe9404404510cadb1586dd1a43e35cda3c1c25f /engines/illusions/resources | |
| parent | aa241b8ef37a09972171159045c9f2efe0c167e9 (diff) | |
| download | scummvm-rg350-7cadb7ad0ce7b24c28d3fa9d842f7083ae5b9056.tar.gz scummvm-rg350-7cadb7ad0ce7b24c28d3fa9d842f7083ae5b9056.tar.bz2 scummvm-rg350-7cadb7ad0ce7b24c28d3fa9d842f7083ae5b9056.zip | |
ILLUSIONS: Formatting
Diffstat (limited to 'engines/illusions/resources')
| -rw-r--r-- | engines/illusions/resources/backgroundresource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/illusions/resources/backgroundresource.cpp b/engines/illusions/resources/backgroundresource.cpp index 3ad7085bee..a35f06e20f 100644 --- a/engines/illusions/resources/backgroundresource.cpp +++ b/engines/illusions/resources/backgroundresource.cpp @@ -468,9 +468,9 @@ void BackgroundInstance::initSurface() { _surfaces[i] = _vm->_screen->allocSurface(bgInfo->_surfInfo); drawTiles(_surfaces[i], bgInfo->_tileMap, bgInfo->_tilePixels); #if 0 - if(_bgRes->_pathWalkRectsCount > 0) { + if (_bgRes->_pathWalkRectsCount > 0) { PathLines *pl = _bgRes->_pathWalkRects->_rects; - for(int j=0;j < pl->size(); j++) { + for (int j=0; j < pl->size(); j++) { PathLine pathLine = (*pl)[j]; debug(0, "walk path rect line[%d]. (%d,%d)->(%d,%d)", j, pathLine.p0.x, pathLine.p0.y, pathLine.p1.x, pathLine.p1.y); _surfaces[i]->drawLine(pathLine.p0.x, pathLine.p0.y, pathLine.p1.x, pathLine.p1.y, 5); |
