X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=032ea833de4328e0cc86b58f63f595a047c7813b;hb=0d2fcc38f14413196242563d64a2d2b52cf28d68;hp=e0491485339bab365025f3fc24363b5c6c656eb7;hpb=84b4d1874b7dfed42ace079941a65baea0ac4ff6;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index e0491485..032ea833 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1378,17 +1378,6 @@ boolean PlaySolutionTape(void) return TRUE; } -static void PlayScoreTape_UpdateBusyState(void) -{ - int game_status_last = game_status; - - SetGameStatus(GAME_MODE_LOADING); - - UPDATE_BUSY_STATE(); - - SetGameStatus(game_status_last); -} - static boolean PlayScoreTape_WaitForDownload(void) { unsigned int download_delay = 0; @@ -1402,7 +1391,7 @@ static boolean PlayScoreTape_WaitForDownload(void) if (DelayReached(&download_delay, download_delay_value)) return FALSE; - PlayScoreTape_UpdateBusyState(); + UPDATE_BUSY_STATE_NOT_LOADING(); Delay(20); }