diff --git a/windows.c b/windows.c index 52b3b1a9..43c87e01 100644 --- a/windows.c +++ b/windows.c @@ -23,6 +23,7 @@ */ #include +#include // atoi() #include // strncpy() strlen() #include "windows.h" @@ -1163,7 +1164,7 @@ void Display_menu_palette_avoiding_window(byte * table) if (table[real_color]!=real_color) { start_x=Palette_cell_X(real_color); - start_y=Palette_cell_Y(real_color); //Menu_Y_before_window ??! + start_y=Palette_cell_Y(real_color); end_x=start_x+width; end_y=start_y+height;