X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.c;h=9f815143eddb3c67a6430f6f603d6db9a35e0ad6;hb=1e606dd0963695c0b9ef24497c979f8b6bc1035b;hp=ac96ef96aa09e4721dc7c6f3e181b2356bdb951f;hpb=52cd236064fb831a25881e6288762e96c67f985c;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index ac96ef96..9f815143 100644 --- a/src/tape.c +++ b/src/tape.c @@ -894,10 +894,10 @@ byte *TapePlayAction(void) action[i] = tape.pos[tape.counter].action[i]; #if DEBUG_TAPE_WHEN_PLAYING - Print("%05d", FrameCounter); + DebugContinued("", "%05d", FrameCounter); for (i = 0; i < MAX_TAPE_ACTIONS; i++) - Print(" %08x", action[i]); - Print("\n"); + DebugContinued("", " %08x", action[i]); + DebugContinued("tape:play", "\n"); #endif tape.set_centered_player = FALSE;