aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
authorStrangerke2013-04-05 08:17:26 +0200
committerStrangerke2013-04-05 08:17:26 +0200
commit89bf72ff5d608b86c6efc413baedff7618f4b44e (patch)
tree4322ec1c2c472a752b858859e353b879e5ee1f22 /engines/hopkins/script.cpp
parent2ee8b1e342eca39602b2e5fc8cbdb9f505d49bcb (diff)
downloadscummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.tar.gz
scummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.tar.bz2
scummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.zip
HOPKINS: JANITORIAL: Remove trailing spaces and tabs
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r--engines/hopkins/script.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index c6046c6a2b..1c9e18db70 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -689,7 +689,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
case 36:
if (_vm->_globals->_saveData->_data[svField270] == 2 && _vm->_globals->_saveData->_data[svField94] == 1 && _vm->_globals->_saveData->_data[svField95] == 1)
_vm->_globals->_saveData->_data[svField270] = 3;
-
+
switch (_vm->_globals->_saveData->_data[svField270]) {
case 0:
_vm->_talkManager->startStaticCharacterDialogue("PATRON0.pe2");
@@ -2141,7 +2141,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
if (_vm->_globals->_saveData->_data[svField341]) {
_vm->_soundManager->playSoundFile("SOUND83.WAV");
_vm->_objectsManager->setAndPlayAnim(vbobFrameIndex, 26, 50, false);
-
+
switch (_vm->_globals->_saveData->_data[svField341]) {
case 1:
_vm->_graphicsManager->fastDisplay(_vm->_globals->_levelSpriteBuf, 27, 117, 0);
@@ -2560,7 +2560,7 @@ int ScriptManager::handleIf(const byte *dataP, int offset) {
(oper2 == 6 && compVal2 > _vm->_globals->_saveData->_data[saveDataIdx2]))
check2Fl = true;
}
-
+
if ((operType == 3) && check1Fl) {
return (offset + 1);
} else if ((operType == 1) && check1Fl && check2Fl) {