Skip to content

Commit

Permalink
Fix v11 compiler build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Dec 21, 2022
1 parent 35f3576 commit 156e2f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/vid_cga_comp.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static double saturation = 100;
static double sharpness = 0;
static double hue_offset = 0;
static int ntsc_pixel_phase = 0;
int video_sharpness;

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

int video_ri, video_rq, video_gi, video_gq, video_bi, video_bq;
static int ntsc_type;

unsigned int swap_R_B(int IRGB) {
Expand Down
1 change: 0 additions & 1 deletion src/vid_cga_comp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extern int CGA_Composite_Table[1024];
int video_sharpness;
extern int video_ri, video_rq, video_gi, video_gq, video_bi, video_bq;

void update_cga16_color();
Expand Down

0 comments on commit 156e2f0

Please sign in to comment.