AVALANCHE: Janitorial - Remove trailing spaces, fix define names

This commit is contained in:
Strangerke 2013-09-07 09:00:34 +02:00
parent 7be84e9d52
commit e859e17e3b
34 changed files with 293 additions and 347 deletions

View file

@ -134,7 +134,7 @@ void Parser::cursorOff() {
_cursorState = false;
}
void Parser::tryDropdown() {
void Parser::tryDropdown() {
warning("STUB: Parser::tryDropdown()"); // TODO: Implement at the same time with Dropdown.
}
@ -162,7 +162,7 @@ void Parser::drawCursor() {
void Parser::wipeText() {
CursorMan.showMouse(false);
cursorOff();
_vm->_graphics->_surface.fillRect(Common::Rect(24, 161, 640, 169), kColorBlack); // Black out the line of the text.
_quote = true;