diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
commit | 102c5e31fe75bc5c02ddb27afe69968ca8dedeed (patch) | |
tree | 8f5dffc51660b1235439d4816a9c8806891aca1a /src/utility.h | |
parent | 24c1ea710355d83ecc06eed619642bcdaef97509 (diff) | |
download | dragonfireclient-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.xz |
all kinds of tweaking and fixing
Diffstat (limited to 'src/utility.h')
-rw-r--r-- | src/utility.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utility.h b/src/utility.h index e6e72efcf..a24b57d5d 100644 --- a/src/utility.h +++ b/src/utility.h @@ -1663,7 +1663,8 @@ private: Miscellaneous functions */ -bool isBlockInSight(v3s16 blockpos_b, v3f camera_pos, v3f camera_dir, f32 range); +bool isBlockInSight(v3s16 blockpos_b, v3f camera_pos, v3f camera_dir, f32 range, + f32 *distance_ptr=NULL); /* Queue with unique values with fast checking of value existence |