X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=5e7bca1539bc172b7bdbc83b123e78f61d2a883b;hb=a99a1803e5097bc598b4c6f73259715da148ab27;hp=1d88941fedd31905322b33d03ae8d7828bd4b166;hpb=c4621f6e17b3806b7edc0ab50e72353cb991842e;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 1d88941f..5e7bca15 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 - printf("%05d", FrameCounter); + Print("%05d", FrameCounter); for (i = 0; i < MAX_TAPE_ACTIONS; i++) - printf(" %08x", action[i]); - printf("\n"); + Print(" %08x", action[i]); + Print("\n"); #endif tape.set_centered_player = FALSE;