X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=8e2f627da65b5b0c32b2b1127fe56bd9c592e157;hb=06d8cf152effee74879d58cd6f05b6b6a7a982d1;hp=bcec56b049427e1a2a1a0d69415d5844c2509714;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index bcec56b0..8e2f627d 100644 --- a/src/tape.c +++ b/src/tape.c @@ -349,17 +349,17 @@ void DrawVideoDisplay(unsigned int state, unsigned int value) DrawVideoDisplay_DateTime(state, value); } -void DrawVideoDisplayLabel(unsigned int state) +static void DrawVideoDisplayLabel(unsigned int state) { DrawVideoDisplay(state, VIDEO_DISPLAY_LABEL_ONLY); } -void DrawVideoDisplaySymbol(unsigned int state) +static void DrawVideoDisplaySymbol(unsigned int state) { DrawVideoDisplay(state, VIDEO_DISPLAY_SYMBOL_ONLY); } -void DrawVideoDisplayCurrentState(void) +static void DrawVideoDisplayCurrentState(void) { int state = 0; @@ -465,7 +465,7 @@ void TapeDeactivateDisplayOff(boolean redraw_display) /* tape logging functions */ /* ========================================================================= */ -void PrintTapeReplayProgress(boolean replay_finished) +static void PrintTapeReplayProgress(boolean replay_finished) { static unsigned int counter_last = -1; unsigned int counter = Counter();