From d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 28 Jan 2008 00:14:17 +0000 Subject: Fixed the spaces before tabs. svn-id: r30667 --- engines/sword1/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1/screen.cpp') diff --git a/engines/sword1/screen.cpp b/engines/sword1/screen.cpp index 4195e628f6..9c13545880 100644 --- a/engines/sword1/screen.cpp +++ b/engines/sword1/screen.cpp @@ -330,7 +330,7 @@ void Screen::newScreen(uint32 screen) { for (cnt = 0; cnt < _roomDefTable[_currentScreen].totalLayers - 1; cnt++) { // there's no grid for the background layer, so it's totalLayers - 1 _layerGrid[cnt] = (uint16*)_resMan->openFetchRes(_roomDefTable[_currentScreen].grids[cnt]); - _layerGrid[cnt] += 14; + _layerGrid[cnt] += 14; } _parallax[0] = _parallax[1] = NULL; if (_roomDefTable[_currentScreen].parallax[0]) -- cgit v1.2.3