mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-02 12:29:26 +00:00
gr-sim: fix some compiler warnings
This commit is contained in:
parent
88adaa8586
commit
1d2b4a582b
@ -409,12 +409,12 @@ void draw_text(unsigned int *out_pointer,int text_start, int text_end) {
|
||||
|
||||
void draw_hires(unsigned int *out_pointer,int y_start, int y_end) {
|
||||
|
||||
int i,j,k,yy,xx;
|
||||
int i,j,yy,xx;
|
||||
int gr_addr;
|
||||
int temp_col;
|
||||
unsigned int *t_pointer;
|
||||
int last_last_pixel,last_pixel,current_byte,current_pixel,odd=0;
|
||||
int old_high=0,current_high;
|
||||
int old_high=0,current_high=0;
|
||||
|
||||
t_pointer=out_pointer+(y_start*280*HGR_X_SCALE*HGR_Y_SCALE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user