Skip to content
Snippets Groups Projects
Commit c691d619 authored by PilzAdam's avatar PilzAdam
Browse files

Bugfix: else repeat_rightclick_timer = 0;

parent 61f5ca6b
No related branches found
No related tags found
No related merge requests found
......@@ -2316,6 +2316,8 @@ void the_game(
if(input->getRightState())
repeat_rightclick_timer += dtime;
else
repeat_rightclick_timer = 0;
if(playeritem_usable && input->getLeftState())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment