X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=92fc9120dcee90e756c0f12b3f20054e81dcc795;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hp=efe66ad90b9784cbebbea7d7d4c235b93f0aaa0a;hpb=f13a8935ca1a7eeb3406d02f49b2df1490504017;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index efe66ad9..92fc9120 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -58,8 +58,6 @@ void RedrawPlayfield_SP(boolean force_redraw) RestorePlayfield(); UpdatePlayfield(force_redraw); - - BackToFront_SP(); } void UpdateGameDoorValues_SP() @@ -75,7 +73,8 @@ void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) byte single_player_action = action[0]; int x, y; - UpdateEngineValues(mScrollX / TILEX, mScrollY / TILEY); + UpdateEngineValues(mScrollX / TILEX, mScrollY / TILEY, + MurphyScreenXPos / TILEX, MurphyScreenYPos / TILEY); subMainGameLoop_Main(single_player_action, warp_mode);