mirror of https://github.com/nmlgc/ReC98.git
7 lines
230 B
C++
7 lines
230 B
C++
|
// Current frame within the BOMB_DOUBLETAP_WINDOW. A bomb is fired if both
|
||
|
// shot and strike keys are double-tapped before this variable reaches that
|
||
|
// window.
|
||
|
extern int bomb_doubletap_frames;
|
||
|
|
||
|
#define BOMB_DOUBLETAP_WINDOW 20
|