mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- cameraactor in _polymost.cpp
This commit is contained in:
parent
4caee272ef
commit
514c3ffb10
1 changed files with 3 additions and 3 deletions
|
@ -233,10 +233,10 @@ void JS_DrawMirrors(PLAYERp pp, int tx, int ty, int tz, fixed_t tpq16ang, fixed
|
|||
int w;
|
||||
int dx, dy, dz, tdx, tdy, tdz, midx, midy;
|
||||
|
||||
auto actor = mirror[cnt].cameraActor;
|
||||
ASSERT(actor != nullptr);
|
||||
|
||||
ASSERT(mirror[cnt].cameraActor != nullptr);
|
||||
|
||||
sp = &mirror[cnt].cameraActor->s();
|
||||
sp = &actor->s();
|
||||
|
||||
// Calculate the angle of the mirror wall
|
||||
auto wal = mirror[cnt].mirrorWall;
|
||||
|
|
Loading…
Reference in a new issue