AVALANCHE: Janitorial - remove trailing spaces and tabs

This commit is contained in:
Strangerke 2014-06-07 17:12:24 +02:00
parent 3f6d034c8a
commit e8ffcdc09c
9 changed files with 22 additions and 22 deletions

View file

@ -105,7 +105,7 @@ void Dialogs::setReadyLight(byte state) {
color = kColorGreen;
break; // Hit a key
}
_vm->_graphics->drawReadyLight(color);
CursorMan.showMouse(true);
_vm->_ledStatus = state;