aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/items_lok.cpp
diff options
context:
space:
mode:
authorathrxx2011-12-12 19:05:29 +0100
committerJohannes Schickel2011-12-26 16:18:17 +0100
commit692f9ee6d524752bf1b1d169f81f68309901187a (patch)
tree5f74594f1606394287c85704e5189fd028b14ae0 /engines/kyra/items_lok.cpp
parent0c7fbd788b2dbcded5114ec8c15efcab5072d9e9 (diff)
downloadscummvm-rg350-692f9ee6d524752bf1b1d169f81f68309901187a.tar.gz
scummvm-rg350-692f9ee6d524752bf1b1d169f81f68309901187a.tar.bz2
scummvm-rg350-692f9ee6d524752bf1b1d169f81f68309901187a.zip
KYRA: whitespace cleanup
Diffstat (limited to 'engines/kyra/items_lok.cpp')
-rw-r--r--engines/kyra/items_lok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/items_lok.cpp b/engines/kyra/items_lok.cpp
index d598a17cf1..7e41811441 100644
--- a/engines/kyra/items_lok.cpp
+++ b/engines/kyra/items_lok.cpp
@@ -575,7 +575,7 @@ void KyraEngine_LoK::dropItem(int unk1, int item, int x, int y, int unk2) {
if (processItemDrop(_currentCharacter->sceneId, item, x, y, unk1, unk2))
return;
snd_playSoundEffect(54);
-
+
// Old floppy versions don't print warning messages and don't have the necessary string resources.
// These versions will only play the warning sound effect.
if (_flags.isOldFloppy && !_noDropList)