MADS: Janitorial: Remove trailing spaces and tabs
This commit is contained in:
parent
b2a07f52f4
commit
b06b0ef872
11 changed files with 22 additions and 22 deletions
|
@ -733,7 +733,7 @@ void UserInterface::loadElements() {
|
|||
_categoryIndexes[CAT_HOTSPOT - 1] = _vm->_game->_screenObjects.size() + 1;
|
||||
for (int hotspotIdx = scene._hotspots.size() - 1; hotspotIdx >= 0; --hotspotIdx) {
|
||||
Hotspot &hs = scene._hotspots[hotspotIdx];
|
||||
ScreenObject *so = _vm->_game->_screenObjects.add(hs._bounds, SCREENMODE_VGA,
|
||||
ScreenObject *so = _vm->_game->_screenObjects.add(hs._bounds, SCREENMODE_VGA,
|
||||
CAT_HOTSPOT, hotspotIdx);
|
||||
so->_active = hs._active;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue