X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=01eb1d41737a58d609c2c62bc68488cf5a64609c;hp=61a5d7e8a950fb481cfb8db0e7cbe3d45bafb6b4;hb=e5c5bf5c4a76a04f9bf64e92227bf2ef969fd25c;hpb=62573489ded016c3436c4e9eb99f1974ee296e4f diff --git a/src/tape.c b/src/tape.c index 61a5d7e8..01eb1d41 100644 --- a/src/tape.c +++ b/src/tape.c @@ -176,7 +176,7 @@ int *TapePlayAction() return(NULL); } -BOOL TapePlayDelay() +boolean TapePlayDelay() { if (!tape.playing || tape.pausing) return(FALSE);