ReC98/th01/main/bomb.hpp

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