AVALANCHE: Janitorial - Remove trailing spaces, fix define names
This commit is contained in:
parent
7be84e9d52
commit
e859e17e3b
34 changed files with 293 additions and 347 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue