mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 13:10:39 +00:00
- deleted deprecated Warp... functions.
This commit is contained in:
parent
c4f29772ae
commit
e2e0f69393
1 changed files with 0 additions and 17 deletions
|
@ -22,23 +22,6 @@ DSWActor* WarpPlane(int32_t* x, int32_t* y, int32_t* z, int* sectnum);
|
|||
bool WarpSectorInfo(sectortype* sect, DSWActor** sp_warp);
|
||||
DSWActor* Warp(int32_t* x, int32_t* y, int32_t* z, int* sectnum);
|
||||
|
||||
[[deprecated]]
|
||||
DSWActor* Warp(int32_t* x, int32_t* y, int32_t* z, int16_t* sectnum)
|
||||
{
|
||||
int sect16 = *sectnum;
|
||||
auto p= Warp(x, y, z, §16);
|
||||
*sectnum = sect16;
|
||||
return p;
|
||||
}
|
||||
|
||||
[[deprecated]]
|
||||
DSWActor* WarpPlane(int32_t* x, int32_t* y, int32_t* z, int16_t* sectnum)
|
||||
{
|
||||
int sect16 = *sectnum;
|
||||
auto p= WarpPlane(x, y, z, §16);
|
||||
*sectnum = sect16;
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
void ProcessVisOn(void);
|
||||
|
|
Loading…
Reference in a new issue