aboutsummaryrefslogtreecommitdiff
path: root/src/game/Corpse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Corpse.cpp')
-rw-r--r--src/game/Corpse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Corpse.cpp b/src/game/Corpse.cpp
index 7c669a568ba..1edb478872f 100644
--- a/src/game/Corpse.cpp
+++ b/src/game/Corpse.cpp
@@ -42,7 +42,7 @@ Corpse::Corpse(CorpseType type) : WorldObject()
lootForBody = false;
- if(type != CORPSE_BONES)
+ if (type != CORPSE_BONES)
m_isWorldObject = true;
}