diff options
Diffstat (limited to 'src/Mobs/Bat.cpp')
-rw-r--r-- | src/Mobs/Bat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mobs/Bat.cpp b/src/Mobs/Bat.cpp index 28ae76f6f..fbeb3d7f4 100644 --- a/src/Mobs/Bat.cpp +++ b/src/Mobs/Bat.cpp @@ -11,5 +11,3 @@ cBat::cBat(void) : SetGravity(-2.0f); SetAirDrag(0.05f); } - - |