Skip to content

Commit 156e2f0

Browse files
committed
Fix v11 compiler build issues
1 parent 35f3576 commit 156e2f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/vid_cga_comp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static double saturation = 100;
3838
static double sharpness = 0;
3939
static double hue_offset = 0;
4040
static int ntsc_pixel_phase = 0;
41+
int video_sharpness;
4142

4243
/* New algorithm by reenigne
4344
Works in all CGA modes/color settings and can simulate older and newer CGA revisions */
@@ -73,7 +74,6 @@ double mode_hue;
7374
double min_v;
7475
double max_v;
7576

76-
int video_ri, video_rq, video_gi, video_gq, video_bi, video_bq;
7777
static int ntsc_type;
7878

7979
unsigned int swap_R_B(int IRGB) {

src/vid_cga_comp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
extern int CGA_Composite_Table[1024];
2-
int video_sharpness;
32
extern int video_ri, video_rq, video_gi, video_gq, video_bi, video_bq;
43

54
void update_cga16_color();

0 commit comments

Comments
 (0)