[Freeciv-Dev] (PR#2905) Science dialog help disabled at beginning of tur
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
[jdorje - Fri Jan 31 18:17:31 2003]:
> Attached is the patch I submitted for PR#137. This should go in shortly
> unless there are objections.
Gah! I'm really bad at this lately.
jason
Index: client/packhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/packhand.c,v
retrieving revision 1.277
diff -u -r1.277 packhand.c
--- client/packhand.c 2003/01/27 22:00:34 1.277
+++ client/packhand.c 2003/01/28 01:41:19
@@ -1228,7 +1228,7 @@
if (can_client_change_view() && pplayer == game.player_ptr) {
if(poptechup) {
if(!game.player_ptr->ai.control || ai_popup_windows)
- popup_science_dialog(TRUE);
+ popup_science_dialog(FALSE);
science_dialog_update();
/* If we just learned bridge building and focus is on a settler
|
|