diff options
Diffstat (limited to 'src/game/GridNotifiers.cpp')
-rw-r--r-- | src/game/GridNotifiers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index a189aa72304..f516035ea16 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -268,3 +268,4 @@ bool CannibalizeObjectCheck::operator()(Corpse* u) return false; } + |