mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- SW: Ensure pp
in analyzesprites()
is always initiated as the console player.
This commit is contained in:
parent
ca9d73ffee
commit
0bb4ec7c33
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ void analyzesprites(tspritetype* tsprite, int& spritesortcnt, int viewx, int vie
|
||||||
int smr4, smr2;
|
int smr4, smr2;
|
||||||
USERp tu;
|
USERp tu;
|
||||||
static int ang = 0;
|
static int ang = 0;
|
||||||
PLAYERp pp = nullptr;
|
PLAYERp pp = Player + screenpeek;
|
||||||
int newshade=0;
|
int newshade=0;
|
||||||
|
|
||||||
const int DART_PIC = 2526;
|
const int DART_PIC = 2526;
|
||||||
|
|
Loading…
Reference in a new issue