X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=2f57bf51cc7f32a6aee74dc3e04f5c3c5dd10fb3;hb=fd045bdb92ad7e3523ba850c13a7ef6533d0e726;hp=6e64d55c532278896e9ada1b2a4b39c4765a30bc;hpb=a2fe511829e5fdf944a59cebe635154b0cbcc1d6;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 6e64d55c..2f57bf51 100644 --- a/src/game.c +++ b/src/game.c @@ -3345,10 +3345,12 @@ void InitGame() player->mouse_action.lx = 0; player->mouse_action.ly = 0; player->mouse_action.button = 0; + player->mouse_action.button_hint = 0; player->effective_mouse_action.lx = 0; player->effective_mouse_action.ly = 0; player->effective_mouse_action.button = 0; + player->effective_mouse_action.button_hint = 0; player->score = 0; player->score_final = 0;