From cb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2024 21:27:47 +0000 Subject: Apply new clang-formatting --- src/Mobs/Giant.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Mobs/Giant.cpp') diff --git a/src/Mobs/Giant.cpp b/src/Mobs/Giant.cpp index ad5e0da54..4237ffe3e 100644 --- a/src/Mobs/Giant.cpp +++ b/src/Mobs/Giant.cpp @@ -10,7 +10,6 @@ cGiant::cGiant(void) : Super("Giant", mtGiant, "entity.zombie.hurt", "entity.zombie.death", "entity.zombie.ambient", 3.6f, 12) { - } @@ -21,7 +20,3 @@ void cGiant::GetDrops(cItems & a_Drops, cEntity * a_Killer) { AddRandomDropItem(a_Drops, 10, 50, E_ITEM_ROTTEN_FLESH); } - - - - -- cgit v1.2.3