diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-20 16:43:11 +0200 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-20 16:43:11 +0200 |
| commit | 064c25caa14f2e7564992c21f27de753985062e1 (patch) | |
| tree | 7274eb58aefe32523da264c2c7f568dde944226b /src/client/game.h | |
| parent | 5a8610c2f41e44c827912246b4f9437051d11621 (diff) | |
| download | dragonfireclient-064c25caa14f2e7564992c21f27de753985062e1.tar.xz | |
Added EntitySpeed
Diffstat (limited to 'src/client/game.h')
| -rw-r--r-- | src/client/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/game.h b/src/client/game.h index 042375f4d..af34fb056 100644 --- a/src/client/game.h +++ b/src/client/game.h @@ -771,6 +771,7 @@ public: PointedThing updatePointedThing( const core::line3d<f32> &shootline, bool liquids_pointable, bool look_for_object, const v3s16 &camera_offset); + void handleKillaura(v3f origin, f32 max_d); void handlePointingAtNothing(const ItemStack &playerItem); void handlePointingAtNode(const PointedThing &pointed, const ItemStack &selected_item, const ItemStack &hand_item, f32 dtime); |
