X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=30ebdd17314ead1a30e8a90f51ba9e6125d02f94;hp=20157c6d347482e2de7db3b0904b5c9916b10a2f;hb=931d95b5a399bbed7280bd39be8373adad147dc2;hpb=7270af24b41bc33fbb89a97227a7696e343eacbb diff --git a/src/game.c b/src/game.c index 20157c6d..30ebdd17 100644 --- a/src/game.c +++ b/src/game.c @@ -3402,6 +3402,7 @@ void InitGame(void) player->action = 0; player->effective_action = 0; player->programmed_action = 0; + player->snap_action = 0; player->mouse_action.lx = 0; player->mouse_action.ly = 0;