diff options
author | Filippos Karapetis | 2014-10-28 16:06:48 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-10-28 16:06:48 +0200 |
commit | 176f8209c731ef3f93749ff4a4d304f3e494b2c9 (patch) | |
tree | a7876c4131d4621e75abe0bdd287c7009a3f4951 /engines/hopkins | |
parent | c76c72c7998820c5046db7dbf58dc7dfd4af97dc (diff) | |
download | scummvm-rg350-176f8209c731ef3f93749ff4a4d304f3e494b2c9.tar.gz scummvm-rg350-176f8209c731ef3f93749ff4a4d304f3e494b2c9.tar.bz2 scummvm-rg350-176f8209c731ef3f93749ff4a4d304f3e494b2c9.zip |
HOPKINS: Remove trailing whitespace
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/computer.cpp | 2 | ||||
-rw-r--r-- | engines/hopkins/talk.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp index 84d5c631c7..18b16cb4c8 100644 --- a/engines/hopkins/computer.cpp +++ b/engines/hopkins/computer.cpp @@ -883,7 +883,7 @@ void ComputerManager::getScoreName() { _vm->_graphicsMan->setColorPercentage(254, 0, 0, 0); byte *ptr = _vm->_fileIO->loadFile("ALPHA.SPR"); _vm->_graphicsMan->fadeInBreakout(); - + // Figure out the line to put the new high score on int scoreLine = 0; while (scoreLine < 5 && _breakoutScore < atol(_score[scoreLine]._score.c_str())) diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp index df7b26c82c..00c4ab0332 100644 --- a/engines/hopkins/talk.cpp +++ b/engines/hopkins/talk.cpp @@ -68,7 +68,7 @@ void TalkManager::startAnimatedCharacterDialogue(const Common::String &filename) getStringFromBuffer(40, spriteFilename, (const char *)_characterBuffer); getStringFromBuffer(0, _questionsFilename, (const char *)_characterBuffer); getStringFromBuffer(20, _answersFilename, (const char *)_characterBuffer); - + switch (_vm->_globals->_language) { case LANG_FR: _answersFilename = _questionsFilename = "RUE.TXT"; |