mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
sw/src/player.cpp: Remove unused globals related to mouse status
git-svn-id: https://svn.eduke32.com/eduke32@8690 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f5df1b5a19
commit
14a2560d5f
1 changed files with 0 additions and 3 deletions
|
@ -148,9 +148,6 @@ PLAYER Player[MAX_SW_PLAYERS_REG + 1];
|
|||
|
||||
short NormalVisibility;
|
||||
|
||||
static short oldmousebstatus = 0;
|
||||
static short mousx, mousy, mousz, bstatus;
|
||||
|
||||
int InitBloodSpray(int16_t SpriteNum, SWBOOL dogib, short velocity);
|
||||
|
||||
SPRITEp FindNearSprite(SPRITEp sp, short stat);
|
||||
|
|
Loading…
Reference in a new issue