aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/items_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-25 01:30:12 +0000
committerJohannes Schickel2009-06-25 01:30:12 +0000
commit6e299e4777b9b3653dea75ece726ccb0f1f2d617 (patch)
treea0ac9a3f82923c70127fb3c8813b890d07ff3160 /engines/kyra/items_lol.cpp
parent049c9b0c8685a15c0f9d8504b3cc814ea636b965 (diff)
downloadscummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.tar.gz
scummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.tar.bz2
scummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.zip
Strip trailing whitespaces and tabs.
svn-id: r41848
Diffstat (limited to 'engines/kyra/items_lol.cpp')
-rw-r--r--engines/kyra/items_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/items_lol.cpp b/engines/kyra/items_lol.cpp
index e75a13c870..c0ddd0c860 100644
--- a/engines/kyra/items_lol.cpp
+++ b/engines/kyra/items_lol.cpp
@@ -477,7 +477,7 @@ void LoLEngine::objectFlightProcessHits(FlyingObject *t, int x, int y, int objec
r = getNearestPartyMemberFromPos(x, y);
runItemScript(t->attackerId, t->item, 0x8000, r, 0);
}
- }
+ }
}
void LoLEngine::updateFlyingObject(FlyingObject *t) {