Hello, I get fatal errors when compiling the latest CVS version of the crossfire client (with the Gnome client checkin from Scott). gnome.c: In function `do_timeout': gnome.c:3868: too few arguments to function `display_map_doneupdate' gnome.c: In function `display_map_doneupdate': gnome.c:4169: number of arguments doesn't match prototype proto.h:141: prototype declaration make: *** [gnome.o] Error 1 that makes sense because the function is defined as the following: proto.h:extern void display_map_doneupdate ( int redraw ); the gnome client calles it: gnome.c: display_map_doneupdate(); and its defined as: gnome.c: display_map_doneupdate(); So I think something has to change... Joris Bontje / mids