diff options
author | Filippos Karapetis | 2010-07-14 02:36:49 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-14 02:36:49 +0000 |
commit | 1ae8d1689d116454f1c6c41391b860bab9bdd9e7 (patch) | |
tree | aa374c485e0b7ed21eee153c597e8b2b57d92298 | |
parent | eb617f02db56ae757efc9d7108ee9730003fbd99 (diff) | |
download | scummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.tar.gz scummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.tar.bz2 scummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.zip |
Oops... whitespace/layout again (I'm tired...)
svn-id: r50867
-rw-r--r-- | engines/sci/engine/kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index 6a7f61147d..56713766aa 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -273,7 +273,7 @@ static const SciWorkaroundEntry kUnLoad_workarounds[] = { // gameID, scriptNr,lvl, object-name, method-name, call, index, replace static const SciWorkaroundEntry kStrCpy_workarounds[] = { - { GID_ISLANDBRAIN, 45, 0, "aWord", "addOn", -1, 0, { 0, 0 } }, // Hominy Homonym puzzle, room 260 + { GID_ISLANDBRAIN, 45, 0, "aWord", "addOn", -1, 0, { 0, 0 } }, // Hominy Homonym puzzle, room 260 SCI_WORKAROUNDENTRY_TERMINATOR }; |