mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
remove remnants of the "key blink" feature
This commit is contained in:
parent
087179a230
commit
e832180131
@ -88,17 +88,6 @@ typedef enum
|
|||||||
weapswitch_raising,
|
weapswitch_raising,
|
||||||
} weapswitch_t;
|
} weapswitch_t;
|
||||||
|
|
||||||
|
|
||||||
// [crispy] blinking key or skull in the status bar
|
|
||||||
typedef enum
|
|
||||||
{
|
|
||||||
KEYBLINK_NONE,
|
|
||||||
KEYBLINK_CARD,
|
|
||||||
KEYBLINK_SKULL,
|
|
||||||
KEYBLINK_BOTH,
|
|
||||||
KEYBLINK_EITHER,
|
|
||||||
} keyblink_t;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Extended player object info: player_t
|
// Extended player object info: player_t
|
||||||
//
|
//
|
||||||
@ -198,10 +187,6 @@ typedef struct player_s
|
|||||||
// [Woof!] show centered "A secret is revealed!" message
|
// [Woof!] show centered "A secret is revealed!" message
|
||||||
char* secretmessage;
|
char* secretmessage;
|
||||||
|
|
||||||
// [crispy] blinking key or skull in the status bar
|
|
||||||
keyblink_t keyblinkkeys[3];
|
|
||||||
int keyblinktics;
|
|
||||||
|
|
||||||
int btuse, btuse_tics;
|
int btuse, btuse_tics;
|
||||||
|
|
||||||
// [crispy] free look / mouse look
|
// [crispy] free look / mouse look
|
||||||
|
@ -1680,8 +1680,6 @@ static void G_PlayerFinishLevel(int player)
|
|||||||
p->bonuscount = 0;
|
p->bonuscount = 0;
|
||||||
// [crispy] reset additional player properties
|
// [crispy] reset additional player properties
|
||||||
p->btuse_tics = 0;
|
p->btuse_tics = 0;
|
||||||
memset(p->keyblinkkeys, 0, sizeof p->keyblinkkeys);
|
|
||||||
p->keyblinktics = 0;
|
|
||||||
p->oldpitch = p->pitch = 0;
|
p->oldpitch = p->pitch = 0;
|
||||||
p->centering = false;
|
p->centering = false;
|
||||||
p->slope = 0;
|
p->slope = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user