X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=40ddd0949e39dbd36f8ef830c834802b998983e1;hp=dfb0a6270ddcf3428403089217e4054107c5b325;hb=f37c86753d5005bf7ae341d0cbcc15ef75393567;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928 diff --git a/src/tape.h b/src/tape.h index dfb0a627..40ddd094 100644 --- a/src/tape.h +++ b/src/tape.h @@ -95,8 +95,8 @@ #define VIDEO_PRESS_EJECT(x) ((x) ? VIDEO_PRESS_EJECT_ON: VIDEO_PRESS_EJECT_OFF) // tags to draw video display labels or symbols only -/* (negative values to prevent misinterpretation in DrawVideoDisplay(), where - the variable "value" is also used for tape length -- better fix this) */ +// (negative values to prevent misinterpretation in DrawVideoDisplay(), where +// the variable "value" is also used for tape length -- better fix this) #define VIDEO_DISPLAY_DEFAULT 0 #define VIDEO_DISPLAY_LABEL_ONLY -1 #define VIDEO_DISPLAY_SYMBOL_ONLY -2