mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- deleted integer GetActorExtents version
This commit is contained in:
parent
5ab75f45e9
commit
3c2e4a9c59
1 changed files with 0 additions and 9 deletions
|
@ -148,15 +148,6 @@ using BloodStatIterator = TStatIterator<DBloodActor>;
|
|||
using BloodSectIterator = TSectIterator<DBloodActor>;
|
||||
using BloodSpriteIterator = TSpriteIterator<DBloodActor>;
|
||||
|
||||
[[deprecated]]
|
||||
inline void GetActorExtents(DBloodActor* actor, int* top, int* bottom)
|
||||
{
|
||||
double t, b;
|
||||
GetSpriteExtents(&actor->spr, &t, &b);
|
||||
*top = t * zworldtoint;
|
||||
*bottom = b * zworldtoint;
|
||||
}
|
||||
|
||||
inline void GetActorExtents(DBloodActor* actor, double* top, double* bottom)
|
||||
{
|
||||
GetSpriteExtents(&actor->spr, top, bottom);
|
||||
|
|
Loading…
Reference in a new issue