aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/view.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-01-27 19:47:41 +0000
committerJordi Vilalta Prat2008-01-27 19:47:41 +0000
commit66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (patch)
treee27aadabecd8dd910884280e6559ff9c94c3d73c /engines/agi/view.cpp
parent278857698dc7b1623096fe1ad12511dc4c886c7e (diff)
downloadscummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.gz
scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.bz2
scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.zip
Removed trailing spaces.
svn-id: r30664
Diffstat (limited to 'engines/agi/view.cpp')
-rw-r--r--engines/agi/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/view.cpp b/engines/agi/view.cpp
index 2eb11c9b91..07387161e8 100644
--- a/engines/agi/view.cpp
+++ b/engines/agi/view.cpp
@@ -45,7 +45,7 @@ void AgiEngine::lSetCel(VtEntry *v, int n) {
// WORKAROUND: This is a very nasty hack to fix a bug in the KQ4 introduction
// In its original form, it caused a lot of regressions, including KQ4 bugs and crashes
// Refer to Sarien bug #588899 for the original issue
- // Modifying this workaround to only work for a specific view in the KQ4 intro fixes several
+ // Modifying this workaround to only work for a specific view in the KQ4 intro fixes several
// ScummVM bugs. Refer to bugs #1660486, #1660169, #1660192, #1660162 and #1660354
// FIXME: Remove this workaround and investigate the reason for the erroneous actor behavior
// in the KQ4 introduction