Index: client/clinet.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/clinet.c,v retrieving revision 1.68 diff -u -r1.68 clinet.c --- client/clinet.c 2002/03/19 15:48:37 1.68 +++ client/clinet.c 2002/04/07 20:10:21 @@ -375,7 +375,7 @@ if (aconnection.client.last_processed_request_id_seen >= expected_request_id) { freelog(LOG_DEBUG, "ifstrgp: got it; returning"); - return; + goto out; } } } @@ -384,6 +384,7 @@ } } +out: unqueue_mapview_update(); }