diff --git a/src/factory.c b/src/factory.c index 08e24ee9..0b3b6cd0 100644 --- a/src/factory.c +++ b/src/factory.c @@ -210,10 +210,10 @@ void Update_colors_during_script(void) } /// Paint a pixel in image without updating the screen -void Pixel_figure_no_screen(short x_pos,short y_pos,byte color) +static void Pixel_figure_no_screen(word x_pos, word y_pos, byte color) { - if (x_pos>0 && y_pos >0 && x_pos