fixed bug with player moving when releasing one of several pressed snap keys
[rocksndiamonds.git] / src / game.c
index 20157c6d347482e2de7db3b0904b5c9916b10a2f..30ebdd17314ead1a30e8a90f51ba9e6125d02f94 100644 (file)
@@ -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;