AVALANCHE: Janitorial - Remove extra blank lines
This commit is contained in:
parent
93e5d415c6
commit
11c15bea00
7 changed files with 8 additions and 20 deletions
|
@ -749,8 +749,6 @@ void Parser::storeInterrogation(byte interrogation) {
|
|||
_vm->_timer->cardiffSurvey();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void Parser::parse() {
|
||||
// First parsing - word identification
|
||||
if (!_thats.empty())
|
||||
|
@ -763,7 +761,6 @@ void Parser::parse() {
|
|||
_person = kPeoplePardon;
|
||||
clearWords();
|
||||
|
||||
|
||||
// A cheat mode attempt.
|
||||
if (_inputText[0] == '.') {
|
||||
cheatParse(_inputText);
|
||||
|
@ -1669,7 +1666,6 @@ void Parser::doThat() {
|
|||
// "Slip" object
|
||||
_thing -= 49;
|
||||
|
||||
|
||||
if ((_verb != kVerbCodeLoad) && (_verb != kVerbCodeSave) && (_verb != kVerbCodeQuit) && (_verb != kVerbCodeInfo) && (_verb != kVerbCodeHelp)
|
||||
&& (_verb != kVerbCodeLarrypass) && (_verb != kVerbCodePhaon) && (_verb != kVerbCodeBoss) && (_verb != kVerbCodeCheat) && (_verb != kVerbCodeRestart)
|
||||
&& (_verb != kVerbCodeDir) && (_verb != kVerbCodeScore) && (_verb != kVerbCodeHiscores) && (_verb != kVerbCodeSmartAlec)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue