mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-04 03:07:07 -04:00
Fix last commit oops
This commit is contained in:
parent
0355fdf863
commit
8d012e9029
@ -805,8 +805,7 @@ void InputHandler_PickBlock(void) {
|
||||
|
||||
void InputHandler_Tick(void) {
|
||||
cc_bool left, middle, right;
|
||||
double now;
|
||||
int delta;
|
||||
double now, delta;
|
||||
|
||||
if (Gui.InputGrab) return;
|
||||
now = Game.Time;
|
||||
|
Loading…
x
Reference in New Issue
Block a user