added functions to get level position (tile) from screen position (pixel)
[rocksndiamonds.git] / src / game_em / input.c
index 470975188b35f997624eb5f18519e240a5b45c7a..f7542440b6e3270185962a36e1cd3c1a9570920c 100644 (file)
@@ -110,9 +110,6 @@ void GameActions_EM(byte action[MAX_PLAYERS], boolean warp_mode)
                         game_em.any_player_snapping, any_player_dropping);
 
   RedrawPlayfield_EM(FALSE);
-
-  BlitScreenToBitmap_EM(backbuffer);
-  BackToFront_EM();
 }
 
 /* read input device for players */